1
0
mirror of https://github.com/git/git.git synced 2024-09-30 21:51:32 +02:00

Merge branch 'cb/t7810-test-label-fix'

Test clean-up.

* cb/t7810-test-label-fix:
  t7810: fix duplicated test title
This commit is contained in:
Junio C Hamano 2016-07-06 13:38:18 -07:00
commit 4cea655a47

@ -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
'