summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-06-01 14:59:25 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:44 +0200
commit4007502a04988d4a6a28a388ee44afea62e83d53 (patch)
tree81e5209c674520864ef9ce9356219f470f7d09f0
parenta2d661c9418826bbab6a34f7a36385b4e008086d (diff)
downloadexternal_gettext-4007502a04988d4a6a28a388ee44afea62e83d53.zip
external_gettext-4007502a04988d4a6a28a388ee44afea62e83d53.tar.gz
external_gettext-4007502a04988d4a6a28a388ee44afea62e83d53.tar.bz2
Add note about failure on MacOS X.
-rw-r--r--gettext-tools/tests/ChangeLog4
-rwxr-xr-xgettext-tools/tests/lang-bash5
2 files changed, 9 insertions, 0 deletions
diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog
index b53c78e..e57bfae 100644
--- a/gettext-tools/tests/ChangeLog
+++ b/gettext-tools/tests/ChangeLog
@@ -1,5 +1,9 @@
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.
2008-05-26 Bruno Haible <bruno@clisp.org>
diff --git a/gettext-tools/tests/lang-bash b/gettext-tools/tests/lang-bash
index d2f8f7a..7ebf7fa 100755
--- a/gettext-tools/tests/lang-bash
+++ b/gettext-tools/tests/lang-bash
@@ -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