test-git-export: add globs the test runner wants on Windows
authorMatt Harbison <matt_harbison@yahoo.com>
Sun, 29 Mar 2015 00:00:14 -0400
changeset 24501 8b51ec98a326
parent 24500 7b0a20cd8c95
child 24502 ecac0dd246a8
test-git-export: add globs the test runner wants on Windows The only difference for the first two was to add the globs, but the third line of output on Windows was '..\dir2\copy'. I'm not sure why 'copy' is output on Windows instead of '*'.
tests/test-git-export.t
--- a/tests/test-git-export.t	Sun Mar 29 10:41:23 2015 -0700
+++ b/tests/test-git-export.t	Sun Mar 29 00:00:14 2015 -0400
@@ -99,7 +99,7 @@
   warning: dir2 not inside relative root dir1
 
   $ hg diff --git --root dir1 -r 1:tip 'dir2/{copy}'
-  warning: dir2/{copy} not inside relative root dir1
+  warning: dir2/{copy} not inside relative root dir1 (glob)
 
   $ cd dir1
   $ hg diff --git --root .. -r 1:tip
@@ -161,9 +161,9 @@
    new
   +copy1
   $ hg diff --git --root . -r 1:tip ../dir2
-  warning: ../dir2 not inside relative root .
+  warning: ../dir2 not inside relative root . (glob)
   $ hg diff --git --root . -r 1:tip '../dir2/*'
-  warning: ../dir2/* not inside relative root .
+  warning: ../dir2/* not inside relative root . (glob)
   $ cd ..
 
 Rename: