Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t7810: fix duplicated test title
author
Charles Bailey
<charles@hashpling.org>
Tue, 21 Jun 2016 21:14:11 +0000
(14:14 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 21 Jun 2016 22:33:34 +0000
(15:33 -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
(parent:
50dd0f2
)
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
'