diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t8009-blame-vs-topicbranches.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t8009-blame-vs-topicbranches.sh b/t/t8009-blame-vs-topicbranches.sh index 175ad376bd..72596e38b2 100755 --- a/t/t8009-blame-vs-topicbranches.sh +++ b/t/t8009-blame-vs-topicbranches.sh @@ -26,7 +26,7 @@ test_expect_success setup ' test_merge A3 C1 ' -test_expect_failure 'blame --reverse --first-parent finds A1' ' +test_expect_success 'blame --reverse --first-parent finds A1' ' git blame --porcelain --reverse --first-parent A0..A3 -- file.t >actual_full && head -n 1 <actual_full | sed -e "s/ .*//" >actual && git rev-parse A1 >expect && |