##// END OF EJS Templates
test: stabilize `test-audit-path.t` in rust (hopefully)...
marmoute -
r53016:d12dc913 default
parent child Browse files
Show More
@@ -224,7 +224,7 audited first by calculateupdates(), whe
224 $ hg up -qC null
224 $ hg up -qC null
225 #if rust
225 #if rust
226 $ hg up 1
226 $ hg up 1
227 abort: path 'a/*' traverses symbolic link 'a'
227 abort: path 'a/?' traverses symbolic link 'a' (glob)
228 [10]
228 [10]
229 #endif
229 #endif
230
230
@@ -239,15 +239,11 try branch update replacing directory wi
239 path 'a' is audited as a directory first, which should be audited again as
239 path 'a' is audited as a directory first, which should be audited again as
240 a symlink.
240 a symlink.
241
241
242 #if rust
243 $ rm -rf a
242 $ rm -rf a
244 #else
245 $ rm -f a
246 #endif
247 $ hg up -qC 2
243 $ hg up -qC 2
248
244
249 $ hg up 1
245 $ hg up 1
250 abort: path 'a/b' traverses symbolic link 'a'
246 abort: path 'a/?' traverses symbolic link 'a' (glob)
251 [255]
247 [255]
252 $ ls ../update-symlink-out
248 $ ls ../update-symlink-out
253
249
General Comments 0
You need to be logged in to leave comments. Login now