diff tests/test-bundle.t @ 15497:117f9190c1ba

tests: hide 'No such file or directory' messages Windows will use a different and localized message.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 16 Nov 2011 03:45:14 +0100
parents bb9ad375b51c
children 85ec8036d0b9
line wrap: on
line diff
--- a/tests/test-bundle.t
+++ b/tests/test-bundle.t
@@ -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