]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add note about failure on MacOS X.
authorBruno Haible <bruno@clisp.org>
Sun, 1 Jun 2008 14:59:25 +0000 (14:59 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:44 +0000 (12:15 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/lang-bash

index b53c78e76d9705a6d722fc63991598d13566f133..e57bfae2e6de6a808cdda944451d373d97471293 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-01  Bruno Haible  <bruno@clisp.org>
+
+       * lang-bash: Add note about failure on MacOS X.
+
 2008-06-01  Bruno Haible  <bruno@clisp.org>
 
        * lang-smalltalk: Avoid test failure with gst-3.0.3 on MacOS X.
index d2f8f7a058600b741c7d89876d66038a23b206ac..7ebf7fa553a7a81db5100d48283f0743bbd3f36d 100755 (executable)
@@ -4,6 +4,11 @@
 # Assumes an fr_FR locale is installed.
 # Assumes the following packages are installed: bash 2.0 or newer.
 
+# This test fails on MacOS X 10.5 because its 'bash' command is built with
+# an included intl directory without iconv support; hence it produces wrong
+# output when accessing any .mo file not generated from a .po file in UTF-8
+# encoding.
+
 tmpfiles=""
 trap 'rm -fr $tmpfiles' 1 2 3 15