]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9304-fast-import-marks.sh
Sync with 2.34.5
[thirdparty/git.git] / t / t9304-fast-import-marks.sh
index 73f3ca2b115015569bbda92f4a9464de58c64783..a98ef032d94c106c8f2ee604b60b771e11880f2d 100755 (executable)
@@ -16,7 +16,7 @@ test_expect_success 'setup large marks file' '
        blob=$(git rev-parse HEAD:one.t) &&
        for i in $(test_seq 1024 16384)
        do
-               echo ":$i $blob"
+               echo ":$i $blob" || return 1
        done >>marks
 '