t5510: skip tests under GETTEXT_POISON build
Skip tests when running under GETTEXT_POISON build and run them with C_LOCALE_OUTPUT prerequisite. These tests are irrelevant under GETTEXT_POISON because they test text output alignment which GETTEXT_POISON turns useless. Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Vasco Almeida committed
Jul 26, 2016 at 12:58 UTC
377d7ded18f24cf6e2b7d32cbe44a6ed7b6a5574
1 file changed
+2
-2
t/t5510-fetch.sh
+2
-2
@@ -688,7 +688,7 @@ test_expect_success 'fetching with auto-gc does not lock up' '
688
)
689
'
690
691
-test_expect_success 'fetch aligned output' '
691
+test_expect_success C_LOCALE_OUTPUT 'fetch aligned output' '
692
git clone . full-output &&
693
test_commit looooooooooooong-tag &&
694
(
@@ -703,7 +703,7 @@ test_expect_success 'fetch aligned output' '
703
test_cmp expect actual
704
'
705
706
-test_expect_success 'fetch compact output' '
706
+test_expect_success C_LOCALE_OUTPUT 'fetch compact output' '
707
git clone . compact &&
708
test_commit extraaa &&
709
(