diff tests/test-rebase-mq.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 b19b4c1df066
line wrap: on
line diff
--- a/tests/test-rebase-mq.t	Fri Oct 08 22:36:10 2010 -0500
+++ b/tests/test-rebase-mq.t	Fri Oct 08 22:36:10 2010 -0500
@@ -82,7 +82,7 @@
   $ echo mq1r1mq2 > f
   $ hg resolve -m f
   $ hg rebase -c
-  saved backup bundle to */.hg/strip-backup/*-backup.hg (glob)
+  saved backup bundle to $TESTTMP/a/.hg/strip-backup/*-backup.hg (glob)
 
   $ hg tglog
   @  3: 'P1' tags: f2.patch qtip tip
@@ -191,7 +191,7 @@
 Rebase the applied mq patches:
 
   $ 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 qci -m 'save patch state'