From e3009683f875e1a3163b34acfdca455dff135125 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 3 Jun 2019 13:06:55 -0500 Subject: [PATCH] test: add missing &&s Signed-off-by: Felipe Contreras --- test/main.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/main.t b/test/main.t index 8f68c9e..118cdf7 100755 --- a/test/main.t +++ b/test/main.t @@ -844,7 +844,7 @@ test_expect_failure 'push updates notes' ' ( cd gitrepo && echo two > content && - git commit -a -m two + git commit -a -m two && git push ) && @@ -898,7 +898,7 @@ test_expect_success 'push merged named branch' ' git push ) && - cat > expected <<-EOF + cat > expected <<-EOF && Merge three two @@ -939,7 +939,7 @@ test_expect_success 'push tag different branch' ' cd hgrepo && echo one > content && hg add content && - hg commit -m one + hg commit -m one && hg branch feature && echo two > content && hg commit -m two