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>
This commit is contained in:
Felipe Contreras 2013-08-28 14:23:08 -05:00 committed by Junio C Hamano
parent a11b0ac9e1
commit 0fdc9b0939

View File

@ -580,8 +580,6 @@ test_expect_success 'remote big push fetch first' '
check_push 1 --all <<-EOF check_push 1 --all <<-EOF
master master
good_bmark good_bmark
new_bmark:new
new_branch:new
bad_bmark:fetch-first bad_bmark:fetch-first
branches/bad_branch:festch-first branches/bad_branch:festch-first
EOF EOF