Skip to content

Commit

Permalink
t3020: fix typo in test description
Browse files Browse the repository at this point in the history
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
SZEDER Gábor authored and Junio C Hamano committed Aug 20, 2015
1 parent 5be6007 commit 1269847
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 @@ -20,7 +20,7 @@ test_expect_failure \
'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
Expand Down

0 comments on commit 1269847

Please sign in to comment.