Merge branch 'en/t3031-title-fix'

Test fix.

* en/t3031-title-fix:
  t3031: update test description to mention desired behavior
maint
Junio C Hamano 2018-08-17 13:09:58 -07:00
commit b576cf70b2
1 changed files with 1 additions and 1 deletions

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
'