t7810: fix duplicated test title
Signed-off-by: Charles Bailey <charles@hashpling.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Charles Bailey committed
Jun 21, 2016 at 14:14 UTC
fe0537aa6eac07022be471ef132fb565741e7209
1 file changed
+1
-1
t/t7810-grep.sh
+1
-1
@@ -256,7 +256,7 @@ test_expect_success 'grep -l -C' '
256
cat >expected <<EOF
257
file:5
258
EOF
259
-test_expect_success 'grep -l -C' '
259
+test_expect_success 'grep -c -C' '
260
git grep -c -C1 foo >actual &&
261
test_cmp expected actual
262
'