Mercurial > hg-stable
changeset 37812:91b717e2cafa stable
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.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 23 Apr 2018 23:24:53 -0400 |
parents | 51dee6fad783 |
children | 58bbd14b0c62 |
files | tests/test-infinitepush-bundlestore.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-infinitepush-bundlestore.t Mon Apr 23 23:22:52 2018 -0400 +++ b/tests/test-infinitepush-bundlestore.t Mon Apr 23 23:24:53 2018 -0400 @@ -281,7 +281,7 @@ $ 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 |