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 '*'.
--- 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: