t: fix trivial &&-chain breakage
[gitweb.git] / t / t5551-http-fetch-smart.sh
index ef2feea0ab115f9ca94f72f55fcd2d082629f7a0..cf0a6ea538949e8fe1c11a7237b241284481030a 100755 (executable)
@@ -83,7 +83,7 @@ test_expect_success 'clone http repository' '
 test_expect_success 'fetch changes via http' '
        echo content >>file &&
        git commit -a -m two &&
-       git push public
+       git push public &&
        (cd clone && git pull) &&
        test_cmp file clone/file
 '