From 1924e99ad3513990f317c4295c35d5861521555a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 14 Nov 2016 05:09:48 +0100 Subject: Make grep/egrep/fgrep independently selectable Signed-off-by: Denys Vlasenko --- testsuite/grep.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/grep.tests') diff --git a/testsuite/grep.tests b/testsuite/grep.tests index f6d9f2105..ed4ba455e 100755 --- a/testsuite/grep.tests +++ b/testsuite/grep.tests @@ -96,7 +96,7 @@ testing "grep -x -F (partial match 1)" "grep -x -F foo input ; echo \$?" \ testing "grep -x -F (partial match 2)" "grep -x -F foo input ; echo \$?" \ "1\n" "bar foo\n" "" -optional FEATURE_GREP_EGREP_ALIAS +optional EGREP testing "grep -E supports extended regexps" "grep -E fo+" "foo\n" "" \ "b\ar\nfoo\nbaz" testing "grep is also egrep" "egrep foo" "foo\n" "" "foo\nbar\n" -- cgit v1.2.3