From: Bruno Haible Date: Fri, 11 Jan 2002 13:45:42 +0000 (+0000) Subject: Comment. X-Git-Tag: v0.11~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b4dc6f687f515550722f1858cf464ed3712d12;p=thirdparty%2Fgettext.git Comment. --- diff --git a/tests/msggrep-4 b/tests/msggrep-4 index 0d80f56dc..cbb4ab73a 100755 --- a/tests/msggrep-4 +++ b/tests/msggrep-4 @@ -2,6 +2,9 @@ # Test multiple -e and multiple -f options. +# Note: This test fails on AIX 3 because grep, when called with both -e and +# -f arguments, ignores the -e arguments. It is fixed on AIX 4. + tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15