t7810: fix duplicated test title

Signed-off-by: Charles Bailey <charles@hashpling.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Charles Bailey 2016-06-21 14:14:11 -07:00 committed by Junio C Hamano
parent 50dd0f2fd9
commit fe0537aa6e

View file

@ -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
'