t7810-grep.sh: fix duplicated test name

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-30 11:13:46 +01:00 committed by Junio C Hamano
parent 4d55200532
commit 878452b966

View file

@ -353,7 +353,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
'