diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-14 05:09:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-14 05:09:48 +0100 |
commit | 1924e99ad3513990f317c4295c35d5861521555a (patch) | |
tree | 65b1f39bfa87682cd71c88dc892d811bf6a98749 /testsuite | |
parent | 97e9a72c71d0238c9f241612ce4af923c16954c7 (diff) | |
download | busybox-w32-1924e99ad3513990f317c4295c35d5861521555a.tar.gz busybox-w32-1924e99ad3513990f317c4295c35d5861521555a.tar.bz2 busybox-w32-1924e99ad3513990f317c4295c35d5861521555a.zip |
Make grep/egrep/fgrep independently selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/grep.tests | 2 |
1 files changed, 1 insertions, 1 deletions
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 \$?" \ | |||
96 | testing "grep -x -F (partial match 2)" "grep -x -F foo input ; echo \$?" \ | 96 | testing "grep -x -F (partial match 2)" "grep -x -F foo input ; echo \$?" \ |
97 | "1\n" "bar foo\n" "" | 97 | "1\n" "bar foo\n" "" |
98 | 98 | ||
99 | optional FEATURE_GREP_EGREP_ALIAS | 99 | optional EGREP |
100 | testing "grep -E supports extended regexps" "grep -E fo+" "foo\n" "" \ | 100 | testing "grep -E supports extended regexps" "grep -E fo+" "foo\n" "" \ |
101 | "b\ar\nfoo\nbaz" | 101 | "b\ar\nfoo\nbaz" |
102 | testing "grep is also egrep" "egrep foo" "foo\n" "" "foo\nbar\n" | 102 | testing "grep is also egrep" "egrep foo" "foo\n" "" "foo\nbar\n" |