1
0
mirror of https://github.com/git/git.git synced 2024-09-22 14:51:10 +02:00

Merge branch 'sg/t3020-typofix' into maint

* sg/t3020-typofix:
  t3020: fix typo in test description
This commit is contained in:
Junio C Hamano 2015-09-03 19:17:54 -07:00
commit 57a2bb1f92

View File

@ -22,7 +22,7 @@ test_expect_success \
'test_must_fail git ls-files --error-unmatch foo bar-does-not-match' 'test_must_fail git ls-files --error-unmatch foo bar-does-not-match'
test_expect_success \ 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' 'git ls-files --error-unmatch foo bar'
test_done test_done