]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4057-diff-combined-paths.sh
t: fix whitespace around &&
[thirdparty/git.git] / t / t4057-diff-combined-paths.sh
index 4f4b541658a1b604ee27aff76a4e2047fca8111c..0b78573733b30716d1ed4fb8bd2fdeee0c5b9d83 100755 (executable)
@@ -14,7 +14,7 @@ diffc_verify () {
 test_expect_success 'trivial merge - combine-diff empty' '
        for i in $(test_seq 1 9)
        do
-               echo $i >$i.txt &&
+               echo $i >$i.txt &&
                git add $i.txt
        done &&
        git commit -m "init" &&