mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-12 22:25:40 +01:00
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>
This commit is contained in:
@@ -577,7 +577,7 @@ test_expect_success 'remote big push fetch first' '
|
|||||||
echo five > content &&
|
echo five > content &&
|
||||||
git commit -q -a -m five &&
|
git commit -q -a -m five &&
|
||||||
|
|
||||||
check_push 1 --all <<-EOF
|
check_push 1 --all <<-EOF &&
|
||||||
master
|
master
|
||||||
good_bmark
|
good_bmark
|
||||||
bad_bmark:fetch-first
|
bad_bmark:fetch-first
|
||||||
@@ -633,7 +633,7 @@ test_expect_failure 'remote big push dry-run' '
|
|||||||
(
|
(
|
||||||
cd gitrepo &&
|
cd gitrepo &&
|
||||||
|
|
||||||
check_push 0 --dry-run --all <<-EOF
|
check_push 1 --dry-run --all <<-EOF &&
|
||||||
master
|
master
|
||||||
good_bmark
|
good_bmark
|
||||||
branches/good_branch
|
branches/good_branch
|
||||||
|
|||||||
Reference in New Issue
Block a user