Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-06 23:38:18 +0300
committerJunio C Hamano <gitster@pobox.com>2016-07-06 23:38:18 +0300
commit4cea655a470bdea8dfd9468c6b5b7f667ba9bf02 (patch)
tree85cc59391db31a4d9b7fe75a90e76000d39326f6 /t/t7810-grep.sh
parent8db528cf5ad8026c7c547bb390437d605b484ead (diff)
parentfe0537aa6eac07022be471ef132fb565741e7209 (diff)
Merge branch 'cb/t7810-test-label-fix'
Test clean-up. * cb/t7810-test-label-fix: t7810: fix duplicated test title
Diffstat (limited to 't/t7810-grep.sh')
-rwxr-xr-xt/t7810-grep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7810-grep.sh b/t/t7810-grep.sh
index 960425a4ec..bd8ea1191f 100755
--- a/t/t7810-grep.sh
+++ b/t/t7810-grep.sh
@@ -355,7 +355,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
'