Merge branch 'nd/fetch-ref-summary'

Hotfix of a test in a topic that has already been merged to 'master'.

* nd/fetch-ref-summary:
  t5510: skip tests under GETTEXT_POISON build
This commit is contained in:
Junio C Hamano 2016-08-08 14:48:34 -07:00
commit abbf7bd495

View file

@ -688,7 +688,7 @@ test_expect_success 'fetching with auto-gc does not lock up' '
) )
' '
test_expect_success 'fetch aligned output' ' test_expect_success C_LOCALE_OUTPUT 'fetch aligned output' '
git clone . full-output && git clone . full-output &&
test_commit looooooooooooong-tag && test_commit looooooooooooong-tag &&
( (
@ -703,7 +703,7 @@ test_expect_success 'fetch aligned output' '
test_cmp expect actual test_cmp expect actual
' '
test_expect_success 'fetch compact output' ' test_expect_success C_LOCALE_OUTPUT 'fetch compact output' '
git clone . compact && git clone . compact &&
test_commit extraaa && test_commit extraaa &&
( (