randconfig fixes
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Oct 2015 01:15:36 +0000 (03:15 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Oct 2015 01:15:36 +0000 (03:15 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
testsuite/bzcat.tests

index 2b38472ee06d62a61c08b544c31c40a1f524bf20..0ae530dc704747171d6d458608f1977de4119084 100755 (executable)
@@ -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() {