]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t8013-blame-ignore-revs.sh
blame: silently ignore invalid ignore file objects
[thirdparty/git.git] / t / t8013-blame-ignore-revs.sh
index 24ae5018e8850d065da1ce0c6c33d81533ce0240..b18633dee1bfb2339033f1d0ab708979e98da018 100755 (executable)
@@ -39,10 +39,10 @@ test_expect_success 'validate --ignore-rev' '
        test_must_fail git blame --ignore-rev X^{tree} file
 '
 
-# Ensure bogus --ignore-revs-file requests are caught
+# Ensure bogus --ignore-revs-file requests are silently accepted
 test_expect_success 'validate --ignore-revs-file' '
        git rev-parse X^{tree} >ignore_x &&
-       test_must_fail git blame --ignore-revs-file ignore_x file
+       git blame --ignore-revs-file ignore_x file
 '
 
 for I in X XT