]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t8014-blame-ignore-fuzzy.sh
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / t8014-blame-ignore-fuzzy.sh
index e68e6115a66d3722413a1982aa86cc2a5d5932eb..0bd034130189db8561d824449de646f2bfcef61f 100755 (executable)
@@ -310,7 +310,7 @@ test_expect_success setup '
                        echo "$line" >>"$i" &&
                        git add "$i" &&
                        test_tick &&
-                       GIT_AUTHOR_NAME="$line_count" git commit -m "$line_count"
+                       GIT_AUTHOR_NAME="$line_count" git commit -m "$line_count" || return 1
                done <"a$i"
        done &&
 
@@ -318,7 +318,7 @@ test_expect_success setup '
        do
                # Overwrite the files with the final content.
                cp b$i $i &&
-               git add $i
+               git add $i || return 1
        done &&
        test_tick &&