# HG changeset patch # User Matt Harbison # Date 2018-04-24 03:24:53 # Node ID 91b717e2cafab34f0d7ce999c4176f6bb1f8e691 # Parent 51dee6fad783829e0ff7398f95f515e0d2500538 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 |