mirror of https://gitee.com/openkylin/cups.git
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: https://bugs.debian.org/662996 Patch-Name: test-i18n-nonlinux.patch Gbp-Pq: Name 0011-Tests-Do-not-run-the-CUPS_EUC_JP-test-case-on-BSD-Hu.patch
This commit is contained in:
parent
332aaca050
commit
93e2054166
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue