summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-08-09 18:11:16 +0200
committerDidier Raboud <odyx@debian.org>2019-09-02 09:14:43 +0200
commitdb28ca13c2dedbb9de06298960aaa1a0b4fc67e7 (patch)
tree8d43decfe88434fb87fbe4b2ab1f71b2bda413eb
parent51e30d106eec42dd391a579aee72c4fdc5a3f23d (diff)
Tests: Do not run the CUPS_EUC_JP test case on BSD/Hurd either, as glibc's iconv behavior is different than what the test expects.
Bug-Debian: http://bugs.debian.org/662996 Last-Update: 2015-10-02 Patch-Name: test-i18n-nonlinux.patch Gbp-Pq: Name test-i18n-nonlinux.patch
-rw-r--r--cups/testi18n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/testi18n.c b/cups/testi18n.c
index 45e1cab35..449670c44 100644
--- a/cups/testi18n.c
+++ b/cups/testi18n.c
@@ -410,7 +410,7 @@ main(int argc, /* I - Argument Count */
puts("PASS");
}
-#ifndef __linux
+#if !defined(__linux__) && !defined(__GLIBC__)
fputs("cupsCharsetToUTF8(CUPS_EUC_JP): ", stdout);
strlcpy(legsrc, legdest, sizeof(legsrc));