]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/perf/p1451-fsck-skip-list.sh
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / perf / p1451-fsck-skip-list.sh
index c2b97d2487bbcabf3ee1becc7bb8b7c0fb0ac784..f767d834f2ea08fe1415a24b4c20de63decf43e2 100755 (executable)
@@ -15,7 +15,7 @@ test_expect_success "setup $n bad commits" '
                echo "committer C <c@example.com> 1234567890 +0000" &&
                echo "data <<EOF" &&
                echo "$i.Q." &&
-               echo "EOF"
+               echo "EOF" || return 1
        done | q_to_nul | git fast-import
 '