diff tests/test-rebase-bookmarks.t @ 23516:328afbad6e57

tests: make 'saved backup' globbing less narrow in rebase tests Globbing the hash made it harder to maintain tests with run-tests -i when it was so far by the generated test output. The hashes are stable and we just need to add a (glob).
author Mads Kiilerich <madski@unity3d.com>
date Sun, 07 Dec 2014 20:04:45 +0100
parents b081decd9062
children 4f18e80d9c30
line wrap: on
line diff
--- a/tests/test-rebase-bookmarks.t	Tue Dec 09 03:37:06 2014 +0100
+++ b/tests/test-rebase-bookmarks.t	Sun Dec 07 20:04:45 2014 +0100
@@ -74,7 +74,7 @@
   o  0: 'A' bookmarks: Y@diverge
   
   $ hg rebase -s Y -d 3
-  saved backup bundle to $TESTTMP/a1/.hg/strip-backup/*-backup.hg (glob)
+  saved backup bundle to $TESTTMP/a1/.hg/strip-backup/49cb3485fa0c-backup.hg (glob)
 
   $ hg tglog
   @  3: 'C' bookmarks: Y Z
@@ -95,7 +95,7 @@
   $ hg book W@diverge
 
   $ hg rebase -s W -d .
-  saved backup bundle to $TESTTMP/a4/.hg/strip-backup/*-backup.hg (glob)
+  saved backup bundle to $TESTTMP/a4/.hg/strip-backup/41acb9dca9eb-backup.hg (glob)
 
   $ hg bookmarks
      W                         3:0d3554f74897
@@ -112,7 +112,7 @@
   $ hg up -q Z
 
   $ hg rebase -s 1 -d 3
-  saved backup bundle to $TESTTMP/a2/.hg/strip-backup/*-backup.hg (glob)
+  saved backup bundle to $TESTTMP/a2/.hg/strip-backup/6c81ed0049f8-backup.hg (glob)
 
   $ hg tglog
   @  3: 'C' bookmarks: Y Z
@@ -133,7 +133,7 @@
   $ hg up -q X
 
   $ hg rebase -d W
-  saved backup bundle to $TESTTMP/a3/.hg/strip-backup/*-backup.hg (glob)
+  saved backup bundle to $TESTTMP/a3/.hg/strip-backup/6c81ed0049f8-backup.hg (glob)
 
   $ hg tglog
   o  3: 'C' bookmarks: Y Z