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:
50dd0f2
)
t7810: fix duplicated test title
author
Charles Bailey
<redacted>
Tue, 21 Jun 2016 21:14:11 +0000
(14:14 -0700)
committer
Junio C Hamano
<redacted>
Tue, 21 Jun 2016 22:33:34 +0000
(15:33 -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 75f4716d8cbca0c295668e181a557b186cb37432..63ce9866de51db9cc00a10c21c6a4a9727163ba7 100755
(executable)
--- a/
t/t7810-grep.sh
+++ b/
t/t7810-grep.sh
@@
-256,7
+256,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