aboutsummaryrefslogtreecommitdiff
path: root/t/t7810-grep.sh
diff options
context:
space:
mode:
authorCharles Bailey <charles@hashpling.org>2016-06-21 14:14:11 -0700
committerJunio C Hamano <gitster@pobox.com>2016-06-21 15:33:34 -0700
commitfe0537aa6eac07022be471ef132fb565741e7209 (patch)
treeff8ad87178669b2d409e736fa240fb66f9cc53d6 /t/t7810-grep.sh
parent50dd0f2fd910d9973760db052897ee8e73ed2f1f (diff)
downloadgit-fe0537aa6eac07022be471ef132fb565741e7209.tar.gz
git-fe0537aa6eac07022be471ef132fb565741e7209.tar.xz
t7810: fix duplicated test title
Signed-off-by: Charles Bailey <charles@hashpling.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 75f4716d8..63ce9866d 100755
--- 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
'