Skip to content

Commit

Permalink
Merge branch 'sg/t3020-typofix' into maint
Browse files Browse the repository at this point in the history
* sg/t3020-typofix:
  t3020: fix typo in test description
  • Loading branch information
Junio C Hamano committed Sep 4, 2015
2 parents c1fa16b + 1269847 commit 57a2bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3020-ls-files-error-unmatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 57a2bb1

Please sign in to comment.