git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4d55200
)
t7810-grep.sh: fix duplicated test name
author
Charles Bailey
<redacted>
Thu, 30 Jun 2016 10:13:46 +0000
(11:13 +0100)
committer
Junio C Hamano
<redacted>
Fri, 1 Jul 2016 20:26:30 +0000
(13:26 -0700)
Signed-off-by: Charles Bailey <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7810-grep.sh
patch
|
blob
|
history
diff --git
a/t/t7810-grep.sh
b/t/t7810-grep.sh
index 028ffe4a05c066c112655822a351b64ed80f9c99..1374c4b9641fe82a5e850b4095be781784e0b378 100755
(executable)
--- a/
t/t7810-grep.sh
+++ b/
t/t7810-grep.sh
@@
-353,7
+353,7
@@
test_expect_success 'grep -l -C' '
cat >expected <<EOF
file:5
EOF
-test_expect_success 'grep -
l
-C' '
+test_expect_success 'grep -
c
-C' '
git grep -c -C1 foo >actual &&
test_cmp expected actual
'
git clone https://git.99rst.org/PROJECT