t7810-grep.sh: fix duplicated test name
Signed-off-by: Charles Bailey <charles@hashpling.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Charles Bailey committed
Jun 30, 2016 at 11:13 UTC
878452b966521d75a58aa062bbe70511df88f497
1 file changed
+1
-1
t/t7810-grep.sh
+1
-1
@@ -353,7 +353,7 @@ test_expect_success 'grep -l -C' '
353
cat >expected <<EOF
354
file:5
355
EOF
356
-test_expect_success 'grep -l -C' '
356
+test_expect_success 'grep -c -C' '
357
git grep -c -C1 foo >actual &&
358
test_cmp expected actual
359
'