diff options
author | Richard Hansen <rhansen@bbn.com> | 2013-11-12 14:56:59 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-24 09:04:27 -0800 |
commit | fdec195f893ac81298b4e108f787172ad0c19a55 (patch) | |
tree | 1224f64c6d5147517bc5da67f379a5082a47d1a1 /contrib | |
parent | transport-helper.c: do not overwrite forced bit (diff) | |
download | tgif-fdec195f893ac81298b4e108f787172ad0c19a55.tar.xz |
test-hg.sh: tests are now expected to pass
Signed-off-by: Richard Hansen <rhansen@bbn.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/remote-helpers/test-hg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index 72f745d63f..aacd8a9528 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/test-hg.sh @@ -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 @@ -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 |