]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5510-fetch.sh
t: fix severe &&-chain breakage
[thirdparty/git.git] / t / t5510-fetch.sh
index d78f3201f423504bf5d53029492cc1bc056aab06..d3fa2c9617eefa0fd8a34fe0e7d9bfffd439c6bd 100755 (executable)
@@ -124,7 +124,7 @@ test_expect_success 'fetch --prune handles overlapping refspecs' '
        git rev-parse origin/master &&
        git rev-parse origin/pr/42 &&
 
-       git config --unset-all remote.origin.fetch
+       git config --unset-all remote.origin.fetch &&
        git config remote.origin.fetch refs/pull/*/head:refs/remotes/origin/pr/* &&
        git config --add remote.origin.fetch refs/heads/*:refs/remotes/origin/* &&