test: remote-helper: add missing and
[gitweb.git] / t / t5801-remote-helpers.sh
index c956abd865b7149742ed85203b3ba73c42b0b39b..0b13d106987422e10a039b1db926da7473811b9a 100755 (executable)
@@ -160,7 +160,7 @@ test_expect_success 'push update refs' '
        git checkout -b update master &&
        echo update >>file &&
        git commit -a -m update &&
-       git push origin update
+       git push origin update &&
        git rev-parse --verify remotes/origin/update >expect &&
        git rev-parse --verify testgit/origin/heads/update >actual &&
        test_cmp expect actual