]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t8004-blame-with-conflicts.sh
blame $path: avoid getting fooled by case insensitive filesystems
[thirdparty/git.git] / t / t8004-blame-with-conflicts.sh
index ba19ac127e630c01e009fa6eda1fac0086d7184d..b4a260a0fc2b2bdd2c29e936cb988e5f86cdf0ca 100755 (executable)
@@ -66,8 +66,8 @@ test_expect_success \
        git blame file2
 '
 
-test_expect_success 'blame runs on conflicted file in stages 1,3' '
-       git blame file1
+test_expect_success 'blame does not crash with conflicted file in stages 1,3' '
+       test_must_fail git blame file1
 '
 
 test_done