tests/test-rebase-rename.t
changeset 12640 6cc4b14fb76b
parent 12608 16b854cb80f1
child 13778 46c3043253fb
--- 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'