From fa43e54b6f662cb33043ff9d1d312558a6e54bc3 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Thu, 24 May 2001 18:36:18 +0000 Subject: Added support for grep -e and grep -f, closes bug #1164. Also added some testcases for these new features. --- tests/testcases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/testcases b/tests/testcases index 8f4e147..41c1a08 100644 --- a/tests/testcases +++ b/tests/testcases @@ -150,9 +150,10 @@ free # grep grep -l strdup ../*.c grep -c strdup ../*.c -# I swear, GNU grep seems broken for this next one grep -lc strdup ../*.c grep -cv strdup ../*.c +grep -i null ../grep.c +grep -e strdup -e regcomp -e atexit ../grep.c # gunzip -- cgit v1.1