diff tests/test-dispatch.t @ 18506:ef60083b5536 stable

tests: fix for windows - slashes and no serve
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 19:40:07 +0100
parents 720308f741cb
children aa5e256839d5
line wrap: on
line diff
--- a/tests/test-dispatch.t	Wed Jan 30 19:29:36 2013 +0100
+++ b/tests/test-dispatch.t	Wed Jan 30 19:40:07 2013 +0100
@@ -46,10 +46,11 @@
 
   $ cd "$TESTTMP"
 
-OSError ... and with filename even when it is empty
+OSError "No such file or directory" / "The system cannot find the path
+specified" should include filename even when it is empty
 
   $ hg -R a archive ''
-  abort: No such file or directory: ''
+  abort: *: '' (glob)
   [255]
 
 #if no-outer-repo