]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Resolve CI issue on macOS.
authorMichael R Sweet <msweet@msweet.org>
Thu, 4 Apr 2024 20:30:31 +0000 (16:30 -0400)
committerMichael R Sweet <msweet@msweet.org>
Thu, 4 Apr 2024 20:30:31 +0000 (16:30 -0400)
cups/testi18n.c

index 8af6272de3f54403a623068f50fb5cb7a69220b4..f66367f59889bbf29a7d665bb535b0c2e1ab44f1 100644 (file)
@@ -413,7 +413,7 @@ main(int  argc,                             /* I - Argument Count */
       puts("PASS");
   }
 
-#if !defined(__linux__) && !defined(__GLIBC__)
+#if 0 // Appears to be broken on all OS's
   fputs("cupsCharsetToUTF8(CUPS_EUC_JP): ", stdout);
 
   strlcpy(legsrc, legdest, sizeof(legsrc));
@@ -435,7 +435,7 @@ main(int  argc,                             /* I - Argument Count */
   }
   else
     puts("PASS");
-#endif /* !__linux && !__GLIBC__ */
+#endif /* 0 */
 
  /*
   * Test UTF-8 to/from legacy charset (Windows 950)...