From: Bruno Haible Date: Tue, 22 Jan 2002 18:40:16 +0000 (+0000) Subject: Comment about SunOS4. X-Git-Tag: v0.11~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05426c6864f2f26b4f461261699ef474979c7ea1;p=thirdparty%2Fgettext.git Comment about SunOS4. --- diff --git a/tests/msggrep-4 b/tests/msggrep-4 index cbb4ab73a..873cc5fb7 100755 --- a/tests/msggrep-4 +++ b/tests/msggrep-4 @@ -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