t3031: update test description to mention desired behavior
This test description looks like it was written with the originally observed behavior ("causes segfault") rather than the desired and now current behavior ("does not cause segfault"). Fix it. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d33c87517a
commit
69885ab015
@ -88,7 +88,7 @@ test_expect_success 'setup repo with criss-cross history' '
|
||||
git branch G
|
||||
'
|
||||
|
||||
test_expect_success 'recursive merge between F and G, causes segfault' '
|
||||
test_expect_success 'recursive merge between F and G does not cause segfault' '
|
||||
git merge F
|
||||
'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user