diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-08-28 14:23:08 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-29 11:40:52 -0700 |
commit | 0fdc9b093959a6a0037e898744f22c7604278d97 (patch) | |
tree | 3a1640e0d37696136e59dac50baad83dfab23007 /contrib/remote-helpers | |
parent | a11b0ac9e17459c83d89844761ca0c132b4d324c (diff) | |
download | git-0fdc9b093959a6a0037e898744f22c7604278d97.tar.gz |
remote-hg: fix test
It wasn't being checked properly before; those refs never existed.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/remote-helpers')
-rwxr-xr-x | contrib/remote-helpers/test-hg.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index f7ce8aa853..cbf86170d5 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/test-hg.sh @@ -580,8 +580,6 @@ test_expect_success 'remote big push fetch first' ' check_push 1 --all <<-EOF master good_bmark - new_bmark:new - new_branch:new bad_bmark:fetch-first branches/bad_branch:festch-first EOF |