]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment about SunOS4.
authorBruno Haible <bruno@clisp.org>
Tue, 22 Jan 2002 18:40:16 +0000 (18:40 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:06:20 +0000 (01:06 +0200)
tests/msggrep-4

index cbb4ab73a8f18789305223f2ca037b86c9c2a292..873cc5fb70d417451b86d34e9533eeebd8f56d13 100755 (executable)
@@ -5,6 +5,8 @@
 # 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.
 
+# Note: This test fails on SunOS 4 because grep doesn't have a -f option.
+
 tmpfiles=""
 trap 'rm -fr $tmpfiles' 1 2 3 15