]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4012-diff-binary.sh
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / t4012-diff-binary.sh
index 00eeafb2ace57226bcec1cae6deb24f111d80ef2..c509143c8141e0c4c2f2696080922f339afd432c 100755 (executable)
@@ -123,7 +123,7 @@ test_expect_success 'diff --stat with binary files and big change count' '
        i=0 &&
        while test $i -lt 10000; do
                echo $i &&
-               i=$(($i + 1))
+               i=$(($i + 1)) || return 1
        done >textfile &&
        git add textfile &&
        git diff --cached --stat binfile textfile >output &&