]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add note about test failure on Cygwin.
authorBruno Haible <bruno@clisp.org>
Sun, 9 May 2010 16:12:51 +0000 (18:12 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 May 2010 18:54:28 +0000 (20:54 +0200)
gettext-tools/tests/lang-tcl

index c343cd60317bf457b463bff712fb8206559f9e0d..92fda29cb27bb5c2cda21b98511a037e17455a69 100755 (executable)
@@ -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