Merge branch 'cb/t7810-test-label-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:18 +0000 (13:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:18 +0000 (13:38 -0700)
Test clean-up.

* cb/t7810-test-label-fix:
t7810: fix duplicated test title

t/t7810-grep.sh
index 960425a4ec6229cd2d15dac74f6fdf6deda4ec6c..bd8ea1191f1092ed7662c2258b82c156de7defce 100755 (executable)
@@ -355,7 +355,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
 '