t7810: fix duplicated test title
authorCharles Bailey <charles@hashpling.org>
Tue, 21 Jun 2016 21:14:11 +0000 (14:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Jun 2016 22:33:34 +0000 (15:33 -0700)
Signed-off-by: Charles Bailey <charles@hashpling.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7810-grep.sh
index 75f4716d8cbca0c295668e181a557b186cb37432..63ce9866de51db9cc00a10c21c6a4a9727163ba7 100755 (executable)
@@ -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
 '