diff options
author | Vasco Almeida <vascomalmeida@sapo.pt> | 2016-07-26 12:58:54 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-26 09:55:18 -0700 |
commit | 377d7ded18f24cf6e2b7d32cbe44a6ed7b6a5574 (patch) | |
tree | df275d75d0df6f48e20e83d592201fe581f197e5 /t/t5510-fetch.sh | |
parent | bc437d10202c015a5733f706dc44fa6bbf4d85b9 (diff) | |
download | git-377d7ded18f24cf6e2b7d32cbe44a6ed7b6a5574.tar.gz |
t5510: skip tests under GETTEXT_POISON buildnd/fetch-ref-summary
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>
Diffstat (limited to 't/t5510-fetch.sh')
-rwxr-xr-x | t/t5510-fetch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh index 603277655b..6aa63b1e74 100755 --- a/t/t5510-fetch.sh +++ b/t/t5510-fetch.sh @@ -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 && test_commit looooooooooooong-tag && ( @@ -703,7 +703,7 @@ test_expect_success 'fetch aligned output' ' test_cmp expect actual ' -test_expect_success 'fetch compact output' ' +test_expect_success C_LOCALE_OUTPUT 'fetch compact output' ' git clone . compact && test_commit extraaa && ( |