##// 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 224 $ hg up -qC null
225 225 #if rust
226 226 $ hg up 1
227 abort: path 'a/*' traverses symbolic link 'a'
227 abort: path 'a/?' traverses symbolic link 'a' (glob)
228 228 [10]
229 229 #endif
230 230
@@ -239,15 +239,11 try branch update replacing directory wi
239 239 path 'a' is audited as a directory first, which should be audited again as
240 240 a symlink.
241 241
242 #if rust
243 242 $ rm -rf a
244 #else
245 $ rm -f a
246 #endif
247 243 $ hg up -qC 2
248 244
249 245 $ hg up 1
250 abort: path 'a/b' traverses symbolic link 'a'
246 abort: path 'a/?' traverses symbolic link 'a' (glob)
251 247 [255]
252 248 $ ls ../update-symlink-out
253 249
General Comments 0
You need to be logged in to leave comments. Login now