1
0
mirror of https://github.com/git/git.git synced 2024-11-18 17:03:56 +01: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 cat >expected <<EOF
file:5 file:5
EOF EOF
test_expect_success 'grep -l -C' ' test_expect_success 'grep -c -C' '
git grep -c -C1 foo >actual && git grep -c -C1 foo >actual &&
test_cmp expected actual test_cmp expected actual
' '