diff options
author | Bruno Haible <bruno@clisp.org> | 2005-01-14 12:24:23 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:04 +0200 |
commit | b75dbb75f5be7bb102ea019b1d45d096540a2fa9 (patch) | |
tree | 8034890138fb8f6e5379e06779a85e129f54f475 /gettext-tools/tests/msggrep-4 | |
parent | 7930a02ede8b3999f8ce59134759a02a360240ed (diff) | |
download | external_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-x | gettext-tools/tests/msggrep-4 | 5 |
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 |