diff --git a/tests/msgfmt-6 b/tests/msgfmt-6 index 353368781..5c7910769 100755 --- a/tests/msgfmt-6 +++ b/tests/msgfmt-6 @@ -2,6 +2,9 @@ # Test catching of division by zero in plural expression. +# Note: On AIX 3 with xlc, this test fails. To make it work, add "-qcheck" +# to the CFLAGS, or use gcc. + tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15