From: Felipe Contreras Date: Wed, 28 Aug 2013 19:23:09 +0000 (-0500) Subject: remote-hg: add missing &&s in the test X-Git-Tag: v1.8.5-rc0~112^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8493fd14b27861d2f542fff38ea76c91ba2250bd remote-hg: add missing &&s in the test Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index cbf86170d5..94b0bba825 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/test-hg.sh @@ -577,7 +577,7 @@ test_expect_success 'remote big push fetch first' ' echo five > content && git commit -q -a -m five && - check_push 1 --all <<-EOF + check_push 1 --all <<-EOF && master good_bmark bad_bmark:fetch-first @@ -633,7 +633,7 @@ test_expect_failure 'remote big push dry-run' ' ( cd gitrepo && - check_push 0 --dry-run --all <<-EOF + check_push 1 --dry-run --all <<-EOF && master good_bmark branches/good_branch