]> granicus.if.org Git - git/commitdiff
test: remote-helper: add missing and
authorFelipe Contreras <felipe.contreras@gmail.com>
Fri, 10 May 2013 12:08:29 +0000 (07:08 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 May 2013 17:11:37 +0000 (10:11 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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