From: Bruno Haible Date: Sun, 1 Jun 2008 14:59:25 +0000 (+0000) Subject: Add note about failure on MacOS X. X-Git-Tag: v0.18~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4007502a04988d4a6a28a388ee44afea62e83d53;p=thirdparty%2Fgettext.git Add note about failure on MacOS X. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index b53c78e76..e57bfae2e 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2008-06-01 Bruno Haible + + * lang-bash: Add note about failure on MacOS X. + 2008-06-01 Bruno Haible * lang-smalltalk: Avoid test failure with gst-3.0.3 on MacOS X. diff --git a/gettext-tools/tests/lang-bash b/gettext-tools/tests/lang-bash index d2f8f7a05..7ebf7fa55 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