##// END OF EJS Templates
tests: add test demonstrating regression in path audit...
Mark Thomas -
r34833:d6009d14 default
parent child Browse files
Show More
@@ -119,9 +119,14 b' attack ../test'
119
119
120 $ hg manifest -r3
120 $ hg manifest -r3
121 ../test
121 ../test
122 $ mkdir ../test
123 $ echo data > ../test/file
122 $ hg update -Cr3
124 $ hg update -Cr3
123 abort: path contains illegal component: ../test (glob)
125 abort: path contains illegal component: ../test (glob)
124 [255]
126 [255]
127 $ cat ../test/file
128 cat: ../test/file: No such file or directory
129 [1]
125
130
126 attack /tmp/test
131 attack /tmp/test
127
132
General Comments 0
You need to be logged in to leave comments. Login now