aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-14 00:51:56 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-14 00:51:56 +0100
commit29f354e9d86c49029627cc361f8f7a8048335ff6 (patch)
treeff45a336ae19aec7709fa3f48f457ae1b74f1e74 /testsuite/runtest
parentb76356b28e9058fac1c9a50b274db8ce24273ca9 (diff)
downloadbusybox-w32-29f354e9d86c49029627cc361f8f7a8048335ff6.tar.gz
busybox-w32-29f354e9d86c49029627cc361f8f7a8048335ff6.tar.bz2
busybox-w32-29f354e9d86c49029627cc361f8f7a8048335ff6.zip
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-xtestsuite/runtest2
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
128export OPTIONFLAGS=:$( 128export OPTIONFLAGS=:$(
129 sed -nr 's/^CONFIG_//p' "$bindir/.config" | 129 sed -nr 's/^CONFIG_//p' "$bindir/.config" |
130 sed 's/=.*//' | xargs | sed 's/ /:/g' 130 sed 's/=.*//' | xargs | sed 's/ /:/g'
131 ) 131 ):
132 132
133status=0 133status=0
134for applet in $applets; do 134for applet in $applets; do