So we don't duplicate these commands. Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> --- contrib/remote-helpers/test-hg.sh | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index 84df1c3..f594584 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/test-hg.sh @@ -398,9 +398,7 @@ test_expect_success 'remote new bookmark multiple branch head' ' # cleanup previous stuff rm -rf hgrepo -test_expect_success 'remote big push' ' - test_when_finished "rm -rf hgrepo gitrepo*" && - +setup_big_push () { ( hg init hgrepo && cd hgrepo && @@ -459,8 +457,17 @@ test_expect_success 'remote big push' ' git checkout -q -b branches/new_branch master && echo ten > content && - git commit -q -a -m ten && + git commit -q -a -m ten + ) +} +test_expect_success 'remote big push' ' + test_when_finished "rm -rf hgrepo gitrepo*" && + + setup_big_push + + ( + cd gitrepo && test_expect_code 1 git push origin master \ good_bmark bad_bmark1 bad_bmark2 new_bmark \ branches/good_branch branches/bad_branch \ -- 1.8.3.rc3.312.g47657de -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html