]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4001-diff-rename.sh
t4000-t4999: detect and signal failure within loop
[thirdparty/git.git] / t / t4001-diff-rename.sh
index 68f2ebca58a3213fa438a792510efab84d71871a..3dc90470446dbb81e9c9421dbc7c21d3648d91f4 100755 (executable)
@@ -174,7 +174,7 @@ test_expect_success 'setup for many rename source candidates' '
        do
                for j in 0 1 2 3 4 5 6 7 8 9;
                do
-                       echo "$i$j" >"path$i$j"
+                       echo "$i$j" >"path$i$j" || return 1
                done
        done &&
        git add "path??" &&