aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5570-git-daemon.sh
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-10-16 10:12:53 +0200
committerTaylor Blau <me@ttaylorr.com>2024-10-16 17:00:49 -0400
commitdf383b584267d3b7b57fb513bef4a2ff8eb8fe30 (patch)
treef2ffe2b4c22060ad1042537c687c9e3984e06a84 /t/t5570-git-daemon.sh
parented7634ebcc0cbfb229bc0bf2c74cd3ef4060c096 (diff)
downloadgit-df383b584267d3b7b57fb513bef4a2ff8eb8fe30.tar.gz
t/test-lib: wire up NO_ICONV prerequisite
The iconv library is used by Git to reencode files, commit messages and other things. As such it is a rather integral part, but given that many platforms nowadays use UTF-8 everywhere you can live without support for reencoding in many situations. It is thus optional to build Git with iconv, and some of our platforms wired up in "config.mak.uname" disable it. But while we support building without it, running our test suite with "NO_ICONV=Yes" causes many test failures. Wire up a new test prerequisite ICONV that gets populated via our GIT-BUILD-OPTIONS. Annotate failing tests accordingly. Note that this commit does not do a deep dive into every single test to assess whether the failure is expected or not. Most of the tests do smell like the expected kind of failure though. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t5570-git-daemon.sh')
0 files changed, 0 insertions, 0 deletions