diff tests/test-subrepo-git.t @ 26969:b54b520a24c2

tests: fix globs for Windows
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 15 Nov 2015 21:12:13 -0500
parents 91786f20db83
children c65da6892ae5 34d43cb85de8
line wrap: on
line diff
--- a/tests/test-subrepo-git.t	Sun Nov 15 22:58:28 2015 +0100
+++ b/tests/test-subrepo-git.t	Sun Nov 15 21:12:13 2015 -0500
@@ -879,8 +879,8 @@
   $ echo 'bloop' > s/foobar
   $ hg revert --all --verbose --config 'ui.origbackuppath=.hg/origbackups'
   reverting subrepo ../gitroot
-  creating directory: $TESTTMP/tc/.hg/origbackups
-  saving current version of foobar as $TESTTMP/tc/.hg/origbackups/foobar.orig
+  creating directory: $TESTTMP/tc/.hg/origbackups (glob)
+  saving current version of foobar as $TESTTMP/tc/.hg/origbackups/foobar.orig (glob)
   $ ls .hg/origbackups
   foobar.orig
   $ rm -rf .hg/origbackups