projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e5ead
)
randconfig fixes
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 12 Oct 2015 01:15:36 +0000
(
03:15
+0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/testsuite/bzcat.tests
b/testsuite/bzcat.tests
index 2b38472ee06d62a61c08b544c31c40a1f524bf20..0ae530dc704747171d6d458608f1977de4119084 100755
(executable)
--- 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() {