From: Bruno Haible Date: Wed, 23 Feb 2005 12:14:18 +0000 (+0000) Subject: Add note about test failure on MacOS X. X-Git-Tag: v0.14.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=724cdfe2163e2c4a6a23292e49bdb49c2069482a;p=thirdparty%2Fgettext.git Add note about test failure on MacOS X. --- diff --git a/gettext-tools/tests/lang-gawk b/gettext-tools/tests/lang-gawk index 5a104fc0b..cafa3665c 100755 --- a/gettext-tools/tests/lang-gawk +++ b/gettext-tools/tests/lang-gawk @@ -4,6 +4,10 @@ # Assumes an fr_FR locale is installed. # Assumes the following packages are installed: gawk. +# Note: This test fails on MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale +# but not in the fr_FR.UTF-8 locale. Probably because in the fr_FR locale, +# nl_langinfo(CODESET) returns "". + tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 diff --git a/gettext-tools/tests/lang-tcl b/gettext-tools/tests/lang-tcl index c4d4b5e8b..93d6fbe37 100755 --- a/gettext-tools/tests/lang-tcl +++ b/gettext-tools/tests/lang-tcl @@ -4,6 +4,10 @@ # Assumes an fr_FR locale is installed. # Assumes the following packages are installed: tcl. +# Note: This test fails on MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale +# but not in the fr_FR.UTF-8 locale. Probably because in the fr_FR locale, +# nl_langinfo(CODESET) returns "". + tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15