From: Michael R Sweet Date: Thu, 3 Apr 2025 00:53:00 +0000 (-0400) Subject: Temporarily disable string tests on macOS - need to remove bundle localization code. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d81b4a59dfcdb815912e8ed82c1c8579828cd3a3;p=thirdparty%2Fcups.git Temporarily disable string tests on macOS - need to remove bundle localization code. --- diff --git a/cups/testlang.c b/cups/testlang.c index 9829b0c791..b3b15b936f 100644 --- a/cups/testlang.c +++ b/cups/testlang.c @@ -293,8 +293,10 @@ test_language(const char *lang) /* I - Locale language code, NULL for default * printf("language->language: \"%s\"\n", language ? language->language : NULL); printf("_cupsEncodingName(language): \"%s\"\n", language ? _cupsEncodingName(language->encoding) : NULL); +#ifndef __APPLE__ errors += test_string(language, "No"); errors += test_string(language, "Yes"); +#endif // !__APPLE__ if (language != language2) {