tests/test-bundle.t
changeset 15521 117f9190c1ba
parent 15519 bb9ad375b51c
child 15991 85ec8036d0b9
--- a/tests/test-bundle.t	Wed Nov 16 03:45:14 2011 +0100
+++ b/tests/test-bundle.t	Wed Nov 16 03:45:14 2011 +0100
@@ -377,7 +377,7 @@
 Outgoing -R does-not-exist.hg vs partial2 in partial
 
   $ hg -R bundle://../does-not-exist.hg outgoing ../partial2
-  abort: No such file or directory: ../does-not-exist.hg
+  abort: *: ../does-not-exist.hg (glob)
   [255]
   $ cd ..
 
@@ -410,7 +410,7 @@
 recurse infinitely (issue 2528)
 
   $ hg clone full.hg ''
-  abort: No such file or directory
+  abort: * (glob)
   [255]
 
 test for http://mercurial.selenic.com/bts/issue216