[PATCH 2 of 2 STABLE] tests: drop a useless glob in test-infinite-bundlestore.t

Matt Harbison mharbison72 at gmail.com
Tue Apr 24 03:59:21 UTC 2018


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1524540293 14400
#      Mon Apr 23 23:24:53 2018 -0400
# Branch stable
# Node ID fd0cb7c6ff2bc7e37a618b2d86e72cc9fb833980
# Parent  8074f17885f9d768682cbfc11f294aba9908749d
tests: drop a useless glob in test-infinite-bundlestore.t

With the previous breakage tamed, the lack of test output difference was causing
the test runner to report "no result code from test" because of this glob.

diff --git a/tests/test-infinitepush-bundlestore.t b/tests/test-infinitepush-bundlestore.t
--- a/tests/test-infinitepush-bundlestore.t
+++ b/tests/test-infinitepush-bundlestore.t
@@ -281,7 +281,7 @@ Non-fastforward scratch bookmark push
   $ echo 1 > amend
   $ hg add amend
   $ hg ci --amend -m 'scratch amended commit'
-  saved backup bundle to $TESTTMP/client/.hg/strip-backup/6c10d49fe927-c99ffec5-amend.hg (glob)
+  saved backup bundle to $TESTTMP/client/.hg/strip-backup/6c10d49fe927-c99ffec5-amend.hg
   $ hg log -G -T '{desc} {phase} {bookmarks}'
   @  scratch amended commit draft scratch/mybranch
   |



More information about the Mercurial-devel mailing list