]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Skip KOI8 conversion test if support is missing
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 2 Jun 2025 19:41:09 +0000 (21:41 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 3 Jun 2025 15:27:48 +0000 (17:27 +0200)
commitb7e1c617cbd961a9556b663af911f2ae866ae119
treee852038e21fcabaff1e0d102fd59c1813d05f6fa
parentc40a3887ab878f3ef7ffc3e063fb5a1645e26715
Skip KOI8 conversion test if support is missing

If a unix system has no iconv support, the best effort function will
be unable to convert KOI8 to UTF-8. Skip the test if such support is
missing.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
libarchive/test/test_archive_string_conversion.c