summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2023-07-20 00:22:22 +0100
committerColin Watson <cjwatson@debian.org>2023-07-20 00:29:11 +0100
commit26f46a60e50a7258d20465997a766df5392db618 (patch)
tree03a5a0d2a26aa7341264b36e9cd815eda0a16a26 /NEWS.md
parentddc62a75856a3ac3521ee925aca4aff5006c749c (diff)
Fix test failures when a working iconv is not available
Part of https://gitlab.com/man-db/man-db/-/issues/25. * configure.ac: Substitute `HAVE_ICONV`. * src/tests/Makefile.am (TESTS_ENVIRONMENT): Export `HAVE_ICONV`. * src/tests/testlib.sh (report_skip): New function to skip an individual test out of several in a file. (skip): Refactor slightly to call `report_skip`. * src/tests/man-recode-in-place, src/tests/man-recode-suffix, src/tests/manconv-coding-tags, src/tests/manconv-guess-from-encoding, src/tests/manconv-incomplete-char-at-eof, src/tests/manconv-odd-combinations: Skip several tests if `HAVE_ICONV` is not `yes`. * NEWS.md: Document this.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index da9b43ed..1610aab7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,7 @@ man-db 2.11.3
Fixes:
* Fix some manual page portability issues with groff 1.23.0.
+ * Fix test failures when a working `iconv` is not available.
Improvements: