Skip to content

Commit 69885ab

Browse files
newrengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d33c875 commit 69885ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3031-merge-criscross.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test_expect_success 'setup repo with criss-cross history' '
8888
git branch G
8989
'
9090

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' '
9292
git merge F
9393
'
9494

0 commit comments

Comments
 (0)