]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5537-fetch-shallow.sh
t: fix whitespace around &&
[thirdparty/git.git] / t / t5537-fetch-shallow.sh
index 4f681dbbe11c7f37d47d30bfa33a215c0dd9e189..b57209c84fcad43ce728dd8bfa24674caa64c37c 100755 (executable)
@@ -131,7 +131,7 @@ test_expect_success 'fetch that requires changes in .git/shallow is filtered' '
        git init notshallow &&
        (
        cd notshallow &&
-       git fetch ../shallow/.git refs/heads/*:refs/remotes/shallow/*&&
+       git fetch ../shallow/.git refs/heads/*:refs/remotes/shallow/* &&
        git for-each-ref --format="%(refname)" >actual.refs &&
        cat <<EOF >expect.refs &&
 refs/remotes/shallow/no-shallow