]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add note about test failure on MacOS X.
authorBruno Haible <bruno@clisp.org>
Wed, 23 Feb 2005 12:14:18 +0000 (12:14 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:16 +0000 (12:12 +0200)
gettext-tools/tests/lang-gawk
gettext-tools/tests/lang-tcl

index 5a104fc0b0d91e1d95fc5d811d45dbd96afb55e3..cafa3665c492491e35e45895ccf44c6fdf772395 100755 (executable)
@@ -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
 
index c4d4b5e8becdb0086eedcd9ec1f04b7697396a10..93d6fbe373afc8c9114b6e8bbc8293898d103341 100755 (executable)
@@ -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