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>

Elijah Newren committed Aug 3, 2018 at 16:09 UTC 69885ab0157ed41b1844baaaa5c91ed28941877b
1 file changed +1 -1
t/t3031-merge-criscross.sh
+1 -1
@@ -88,7 +88,7 @@ test_expect_success 'setup repo with criss-cross history' '
88 git branch G
89 '
90
91 -test_expect_success 'recursive merge between F and G, causes segfault' '
91 +test_expect_success 'recursive merge between F and G does not cause segfault' '
92 git merge F
93 '
94