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

Test clean-up.

* cb/t7810-test-label-fix:
  t7810: fix duplicated test title
This commit is contained in:
Junio C Hamano 2016-07-11 10:44:18 -07:00
Родитель 3e69d1b6cd fe0537aa6e
Коммит 438d4e7583
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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