Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t3020: fix typo in test description
author
SZEDER Gábor
<szeder@ira.uka.de>
Thu, 20 Aug 2015 13:58:55 +0000
(15:58 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 20 Aug 2015 20:14:21 +0000
(13:14 -0700)
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3020-ls-files-error-unmatch.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
5be6007
)
diff --git
a/t/t3020-ls-files-error-unmatch.sh
b/t/t3020-ls-files-error-unmatch.sh
index c83f820ad2d8588b8e5e15b3cb55172b26b7c33e..19008090d2d82ec2267d1afa91f8cc86d4a33ce1 100755
(executable)
--- a/
t/t3020-ls-files-error-unmatch.sh
+++ b/
t/t3020-ls-files-error-unmatch.sh
@@
-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
e
ith matched paths.' \
+ 'git ls-files --error-unmatch should succeed
w
ith matched paths.' \
'git ls-files --error-unmatch foo bar'
test_done