Skip to content

Commit 57a2bb1

Browse files
committed
Merge branch 'sg/t3020-typofix' into maint
* sg/t3020-typofix: t3020: fix typo in test description
2 parents c1fa16b + 1269847 commit 57a2bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3020-ls-files-error-unmatch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test_expect_success \
2222
'test_must_fail git ls-files --error-unmatch foo bar-does-not-match'
2323

2424
test_expect_success \
25-
'git ls-files --error-unmatch should succeed eith matched paths.' \
25+
'git ls-files --error-unmatch should succeed with matched paths.' \
2626
'git ls-files --error-unmatch foo bar'
2727

2828
test_done

0 commit comments

Comments
 (0)