summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msggrep-4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-01-14 12:24:23 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:04 +0200
commitb75dbb75f5be7bb102ea019b1d45d096540a2fa9 (patch)
tree8034890138fb8f6e5379e06779a85e129f54f475 /gettext-tools/tests/msggrep-4
parent7930a02ede8b3999f8ce59134759a02a360240ed (diff)
downloadexternal_gettext-b75dbb75f5be7bb102ea019b1d45d096540a2fa9.zip
external_gettext-b75dbb75f5be7bb102ea019b1d45d096540a2fa9.tar.gz
external_gettext-b75dbb75f5be7bb102ea019b1d45d096540a2fa9.tar.bz2
msggrep now uses libgrep, instead of calling 'grep' through the command line.
Diffstat (limited to 'gettext-tools/tests/msggrep-4')
-rwxr-xr-xgettext-tools/tests/msggrep-45
1 files changed, 0 insertions, 5 deletions
diff --git a/gettext-tools/tests/msggrep-4 b/gettext-tools/tests/msggrep-4
index 873cc5f..0d80f56 100755
--- a/gettext-tools/tests/msggrep-4
+++ b/gettext-tools/tests/msggrep-4
@@ -2,11 +2,6 @@
# 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.
-
-# Note: This test fails on SunOS 4 because grep doesn't have a -f option.
-
tmpfiles=""
trap 'rm -fr $tmpfiles' 1 2 3 15