Merge branch 'sg/t3020-typofix'

* sg/t3020-typofix:
  t3020: fix typo in test description
maint
Junio C Hamano 2015-08-26 15:45:35 -07:00
commit 7205e220e8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ test_expect_success \
'test_must_fail git ls-files --error-unmatch foo bar-does-not-match'

test_expect_success \
'git ls-files --error-unmatch should succeed eith matched paths.' \
'git ls-files --error-unmatch should succeed with matched paths.' \
'git ls-files --error-unmatch foo bar'

test_done