Skip to content

Commit

Permalink
test-hg.sh: tests are now expected to pass
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Hansen <rhansen@bbn.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Richard Hansen authored and Junio C Hamano committed Feb 24, 2014
1 parent cf31f70 commit fdec195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/remote-helpers/test-hg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ test_expect_success 'remote big push fetch first' '
)
'

test_expect_failure 'remote big push force' '
test_expect_success 'remote big push force' '
test_when_finished "rm -rf hgrepo gitrepo*" &&
setup_big_push
Expand Down Expand Up @@ -629,7 +629,7 @@ test_expect_failure 'remote big push force' '
check_bookmark hgrepo new_bmark six
'

test_expect_failure 'remote big push dry-run' '
test_expect_success 'remote big push dry-run' '
test_when_finished "rm -rf hgrepo gitrepo*" &&
setup_big_push
Expand Down

0 comments on commit fdec195

Please sign in to comment.