summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-11 10:44:18 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-11 10:44:18 -0700
commit438d4e7583f83dcdd61630623640f9916ff80534 (patch)
treeb8bd46911129eb4db3fee989ed0026608b3f6d7a
parent3e69d1b6cd2f8e84670530504c1d6661ee8ec893 (diff)
parentfe0537aa6eac07022be471ef132fb565741e7209 (diff)
downloadgit-438d4e7583f83dcdd61630623640f9916ff80534.tar.gz
Merge branch 'cb/t7810-test-label-fix' into maint
Test clean-up. * cb/t7810-test-label-fix: t7810: fix duplicated test title
-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
'