diff options
Diffstat (limited to 'testsuite/egrep.tests')
-rwxr-xr-x | testsuite/egrep.tests | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/egrep.tests b/testsuite/egrep.tests index b634649bb..61ce009d7 100755 --- a/testsuite/egrep.tests +++ b/testsuite/egrep.tests | |||
@@ -9,8 +9,7 @@ | |||
9 | [ ${#COMMAND} -eq 0 ] && COMMAND=egrep | 9 | [ ${#COMMAND} -eq 0 ] && COMMAND=egrep |
10 | . testing.sh | 10 | . testing.sh |
11 | 11 | ||
12 | # Depends on FEATURE_GREP_EGREP_ALIAS | 12 | optional FEATURE_GREP_EGREP_ALIAS |
13 | _BB_CONFIG_DEP=FEATURE_GREP_EGREP_ALIAS | ||
14 | 13 | ||
15 | testing "grep is also egrep" "foo" "foo\n" "" "foo\nbar\n" | 14 | testing "grep is also egrep" "foo" "foo\n" "" "foo\nbar\n" |
16 | testing "egrep is not case insensitive" "foo ; [ \$? -ne 0 ] && echo yes" \ | 15 | testing "egrep is not case insensitive" "foo ; [ \$? -ne 0 ] && echo yes" \ |