diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-14 00:51:56 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-14 00:51:56 +0100 |
commit | 29f354e9d86c49029627cc361f8f7a8048335ff6 (patch) | |
tree | ff45a336ae19aec7709fa3f48f457ae1b74f1e74 /testsuite/runtest | |
parent | b76356b28e9058fac1c9a50b274db8ce24273ca9 (diff) | |
download | busybox-29f354e9d86c49029627cc361f8f7a8048335ff6.tar.gz |
testsuite: don't run grep NUL tests when we know the would fail
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/runtest')
-rwxr-xr-x | testsuite/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/runtest b/testsuite/runtest index 5c185c5fb..5ddf07d09 100755 --- a/testsuite/runtest +++ b/testsuite/runtest @@ -128,7 +128,7 @@ done export OPTIONFLAGS=:$( sed -nr 's/^CONFIG_//p' "$bindir/.config" | sed 's/=.*//' | xargs | sed 's/ /:/g' - ) + ): status=0 for applet in $applets; do |