diff tests/test-revert.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 080276d377d9
children cb6a952efbf4
line wrap: on
line diff
--- a/tests/test-revert.t	Sun Nov 15 22:58:28 2015 +0100
+++ b/tests/test-revert.t	Sun Nov 15 21:12:13 2015 -0500
@@ -91,8 +91,8 @@
 
   $ echo z > e
   $ hg revert --all -v --config 'ui.origbackuppath=.hg/origbackups'
-  creating directory: $TESTTMP/repo/.hg/origbackups
-  saving current version of e as $TESTTMP/repo/.hg/origbackups/e.orig
+  creating directory: $TESTTMP/repo/.hg/origbackups (glob)
+  saving current version of e as $TESTTMP/repo/.hg/origbackups/e.orig (glob)
   reverting e
   $ rm -rf .hg/origbackups