# HG changeset patch # User Matt Harbison # Date 1427601614 14400 # Node ID 8b51ec98a326f86a02b6b4488e071e78bf8e853e # Parent 7b0a20cd8c957cc901f26a513e4ab268e940ab63 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 '*'. diff -r 7b0a20cd8c95 -r 8b51ec98a326 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: