diff tests/test-rebase-rename.t @ 12640:6cc4b14fb76b

tests: remove redundant globs Many globs now just match $TESTTMP and is no longer needed.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 08 Oct 2010 22:36:10 -0500
parents 16b854cb80f1
children 46c3043253fb
line wrap: on
line diff
--- a/tests/test-rebase-rename.t	Fri Oct 08 22:36:10 2010 -0500
+++ b/tests/test-rebase-rename.t	Fri Oct 08 22:36:10 2010 -0500
@@ -46,7 +46,7 @@
 Rebase the revision containing the rename:
 
   $ hg rebase -s 2 -d 1
-  saved backup bundle to */.hg/strip-backup/*-backup.hg (glob)
+  saved backup bundle to $TESTTMP/a/.hg/strip-backup/*-backup.hg (glob)
 
   $ hg tglog
   @  2: 'rename A'
@@ -102,7 +102,7 @@
 Rebase the revision containing the copy:
 
   $ hg rebase -s 2 -d 1
-  saved backup bundle to */.hg/strip-backup/*-backup.hg (glob)
+  saved backup bundle to $TESTTMP/b/.hg/strip-backup/*-backup.hg (glob)
 
   $ hg tglog
   @  2: 'copy A'