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:
Didier Raboud 2016-08-09 18:11:16 +02:00 committed by openKylinBot
parent 332aaca050
commit 93e2054166
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ main(int argc, /* I - Argument Count */
puts("PASS"); puts("PASS");
} }
#ifndef __linux #if !defined(__linux__) && !defined(__GLIBC__)
fputs("cupsCharsetToUTF8(CUPS_EUC_JP): ", stdout); fputs("cupsCharsetToUTF8(CUPS_EUC_JP): ", stdout);
strlcpy(legsrc, legdest, sizeof(legsrc)); strlcpy(legsrc, legdest, sizeof(legsrc));