]> git.ipfire.org Git - thirdparty/git.git/commitdiff
remote-hg: fix test
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 28 Aug 2013 19:23:08 +0000 (14:23 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Aug 2013 18:40:52 +0000 (11:40 -0700)
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>
contrib/remote-helpers/test-hg.sh

index f7ce8aa853d5ad9689f49a9cadf0d43ce16ed34f..cbf86170d5d5cd50b5db93ac6260192873800566 100755 (executable)
@@ -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