comparison tests/test-audit-path.t @ 18506:ef60083b5536 stable

tests: fix for windows - slashes and no serve
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 19:40:07 +0100
parents 77973b6a7b0b
children 15c6eb0a51bd
comparison
equal deleted inserted replaced
18505:9de9727cea53 18506:ef60083b5536
84 attack /tmp/test 84 attack /tmp/test
85 85
86 $ hg manifest -r4 86 $ hg manifest -r4
87 /tmp/test 87 /tmp/test
88 $ hg update -Cr4 88 $ hg update -Cr4
89 abort: path contains illegal component: /tmp/test 89 abort: path contains illegal component: /tmp/test (glob)
90 [255] 90 [255]
91 91
92 $ cd .. 92 $ cd ..