1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-27 16:56:15 +02:00

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:
Elijah Newren 2018-08-03 16:09:23 -07:00 committed by Junio C Hamano
parent d33c87517a
commit 69885ab015

View File

@ -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
'