t7810-grep.sh: fix duplicated test name
authorCharles Bailey <charles@hashpling.org>
Thu, 30 Jun 2016 10:13:46 +0000 (11:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Jul 2016 20:26:30 +0000 (13:26 -0700)
Signed-off-by: Charles Bailey <charles@hashpling.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7810-grep.sh
index 028ffe4a05c066c112655822a351b64ed80f9c99..1374c4b9641fe82a5e850b4095be781784e0b378 100755 (executable)
@@ -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
 '