]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment.
authorBruno Haible <bruno@clisp.org>
Fri, 11 Jan 2002 13:45:42 +0000 (13:45 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:56:16 +0000 (00:56 +0200)
tests/msggrep-4

index 0d80f56dc2977ad6b434fd64442db8d279ced302..cbb4ab73a8f18789305223f2ca037b86c9c2a292 100755 (executable)
@@ -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