tests/test-dispatch.t
changeset 35205 8feef8ef8389
parent 35170 c9740b69b9b7
child 35223 4edd2202f7d7
--- a/tests/test-dispatch.t	Wed Nov 29 08:40:25 2017 +0530
+++ b/tests/test-dispatch.t	Sat Dec 02 17:52:53 2017 -0500
@@ -83,11 +83,12 @@
   $ mkdir -p badrepo/.hg
   $ echo 'invalid-syntax' > badrepo/.hg/hgrc
   $ hg log -b -Rbadrepo default
-  hg: parse error at badrepo/.hg/hgrc:1: invalid-syntax
+  hg: parse error at badrepo/.hg/hgrc:1: invalid-syntax (glob)
   [255]
 
   $ hg log -b --cwd=inexistent default
-  abort: No such file or directory: 'inexistent'
+  abort: No such file or directory: 'inexistent' (no-windows !)
+  abort: The system cannot find the file specified: 'inexistent' (windows !)
   [255]
 
   $ hg log -b '--config=ui.traceback=yes' 2>&1 | grep '^Traceback'