Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t7810-grep.sh: fix duplicated test name
author
Charles Bailey
<charles@hashpling.org>
Thu, 30 Jun 2016 10:13:46 +0000
(11:13 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 1 Jul 2016 20:26:30 +0000
(13:26 -0700)
Signed-off-by: Charles Bailey <charles@hashpling.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7810-grep.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
4d55200
)
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
'