From: Denys Vlasenko Date: Mon, 12 Oct 2015 01:15:36 +0000 (+0200) Subject: randconfig fixes X-Git-Tag: 1_24_0~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=57aeb62f837f40deafd8896d0ae49e5e51a8d795;p=oweals%2Fbusybox.git randconfig fixes Signed-off-by: Denys Vlasenko --- diff --git a/testsuite/bzcat.tests b/testsuite/bzcat.tests index 2b38472ee..0ae530dc7 100755 --- a/testsuite/bzcat.tests +++ b/testsuite/bzcat.tests @@ -29,8 +29,8 @@ hello_bz2() { } for ext in \ - `test x"$CONFIG_GUNZIP=y = x"y" && echo gz` \ - `test x"$CONFIG_BUNZIP2=y = x"y" && echo bz2` \ + `test x"$CONFIG_GUNZIP" = x"y" && echo gz` \ + `test x"$CONFIG_BUNZIP2" = x"y" && echo bz2` \ `test x"$CONFIG_UNCOMPRESS" = x"y" && echo Z` do prep() {