changeset 24501:8b51ec98a326

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 '*'.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 29 Mar 2015 00:00:14 -0400
parents 7b0a20cd8c95
children ecac0dd246a8
files tests/test-git-export.t
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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: