We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1fa16b + 1269847 commit 57a2bb1Copy full SHA for 57a2bb1
t/t3020-ls-files-error-unmatch.sh
@@ -22,7 +22,7 @@ test_expect_success \
22
'test_must_fail git ls-files --error-unmatch foo bar-does-not-match'
23
24
test_expect_success \
25
- 'git ls-files --error-unmatch should succeed eith matched paths.' \
+ 'git ls-files --error-unmatch should succeed with matched paths.' \
26
'git ls-files --error-unmatch foo bar'
27
28
test_done
0 commit comments