From: Bruno Haible Date: Sun, 9 May 2010 16:12:51 +0000 (+0200) Subject: Add note about test failure on Cygwin. X-Git-Tag: v0.18~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=711439964d3657f025429984fd1b0801c801d229;p=thirdparty%2Fgettext.git Add note about test failure on Cygwin. --- diff --git a/gettext-tools/tests/lang-tcl b/gettext-tools/tests/lang-tcl index c343cd603..92fda29cb 100755 --- a/gettext-tools/tests/lang-tcl +++ b/gettext-tools/tests/lang-tcl @@ -8,6 +8,9 @@ # but not in the fr_FR.UTF-8 locale. Probably because in the fr_FR locale, # nl_langinfo(CODESET) returns "". +# Note: This test fails on Cygwin 1.7.2 in the fr_FR.UTF-8 locale but not +# in the fr_FR.ISO-8859-1 locale. + tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15