From: Bruno Haible Date: Fri, 11 Jan 2002 14:12:37 +0000 (+0000) Subject: Comment. X-Git-Tag: v0.11~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8292eb41dfda14a689cec48db4c279429f1451db;p=thirdparty%2Fgettext.git Comment. --- 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