summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-08-28 19:23:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-08-29 18:40:54 (GMT)
commit8493fd14b27861d2f542fff38ea76c91ba2250bd (patch)
treeee7fb297e3bcece21a8cbd380c75d8b62453a098 /contrib/remote-helpers
parent0fdc9b093959a6a0037e898744f22c7604278d97 (diff)
downloadgit-8493fd14b27861d2f542fff38ea76c91ba2250bd.zip
git-8493fd14b27861d2f542fff38ea76c91ba2250bd.tar.gz
git-8493fd14b27861d2f542fff38ea76c91ba2250bd.tar.bz2
remote-hg: add missing &&s in the test
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/remote-helpers')
-rwxr-xr-xcontrib/remote-helpers/test-hg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh
index cbf8617..94b0bba 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