Imported Upstream version 2.27.0
[platform/upstream/git.git] / t / t4057-diff-combined-paths.sh
index 4f4b541..0b78573 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" &&