testsuite: don't run grep NUL tests when we know the would fail

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-03-14 00:51:56 +01:00
parent b76356b28e
commit 29f354e9d8
2 changed files with 4 additions and 2 deletions

View File

@ -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