diff options
author | Matt Kraai <kraai@debian.org> | 2001-12-20 21:13:18 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-12-20 21:13:18 +0000 |
commit | c5b5cab37d37a6dafa3c1e6b97401aca6e071b03 (patch) | |
tree | edda75ab4be2f60591301a78db8802904b3f3048 | |
parent | 38c15becf659ca4860ccb280da13a6bc8d4e3de0 (diff) | |
download | busybox-w32-c5b5cab37d37a6dafa3c1e6b97401aca6e071b03.tar.gz busybox-w32-c5b5cab37d37a6dafa3c1e6b97401aca6e071b03.tar.bz2 busybox-w32-c5b5cab37d37a6dafa3c1e6b97401aca6e071b03.zip |
Remove dependence on CONFIG_FEATURE_CLEAN_UP.
-rw-r--r-- | testsuite/grep/grep-handles-multiple-regexps | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/grep/grep-handles-multiple-regexps b/testsuite/grep/grep-handles-multiple-regexps index b14dc10c9..5c1b8de1f 100644 --- a/testsuite/grep/grep-handles-multiple-regexps +++ b/testsuite/grep/grep-handles-multiple-regexps | |||
@@ -1,2 +1 @@ | |||
1 | # UNSUPPORTED: CONFIG_FEATURE_CLEAN_UP | ||
2 | echo foo | busybox grep -e foo -e bar | echo foo | busybox grep -e foo -e bar | |