summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-12 01:15:36 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2015-10-12 01:15:36 (GMT)
commit57aeb62f837f40deafd8896d0ae49e5e51a8d795 (patch)
tree1b5aa35c091208dc9fb4338cbb3367a5b5850bb6
parentc8e5ead03ac97da5b8a864481c8a790cfe8dfe4d (diff)
downloadbusybox-57aeb62f837f40deafd8896d0ae49e5e51a8d795.zip
busybox-57aeb62f837f40deafd8896d0ae49e5e51a8d795.tar.gz
busybox-57aeb62f837f40deafd8896d0ae49e5e51a8d795.tar.bz2
randconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rwxr-xr-xtestsuite/bzcat.tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/bzcat.tests b/testsuite/bzcat.tests
index 2b38472..0ae530d 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() {