]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5514-fetch-multiple.sh
tests: add missing &&
[thirdparty/git.git] / t / t5514-fetch-multiple.sh
index b73733219d62cabf02c59ed0bf08caec1158faef..227dd56137c469311209ebda43cb89f9734c6e68 100755 (executable)
@@ -27,7 +27,7 @@ test_expect_success setup '
        (
                cd two && git branch another
        ) &&
-       git clone --mirror two three
+       git clone --mirror two three &&
        git clone one test
 '