]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5604-clone-reference.sh
t: fix whitespace around &&
[thirdparty/git.git] / t / t5604-clone-reference.sh
index 0c74b4e21a3ef17499401cdd1f4eeaab5c392137..2f7be23044712ae832428fac09ad0a3cfd6a1fff 100755 (executable)
@@ -175,7 +175,7 @@ test_expect_success 'clone using repo pointed at by gitfile as reference' '
 test_expect_success 'clone and dissociate from reference' '
        git init P &&
        (
-               cd P && test_commit one
+               cd P && test_commit one
        ) &&
        git clone P Q &&
        (