diff options
-rwxr-xr-x | testsuite/bzcat.tests | 4 |
1 files changed, 2 insertions, 2 deletions
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() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | for ext in \ | 31 | for ext in \ |
32 | `test x"$CONFIG_GUNZIP=y = x"y" && echo gz` \ | 32 | `test x"$CONFIG_GUNZIP" = x"y" && echo gz` \ |
33 | `test x"$CONFIG_BUNZIP2=y = x"y" && echo bz2` \ | 33 | `test x"$CONFIG_BUNZIP2" = x"y" && echo bz2` \ |
34 | `test x"$CONFIG_UNCOMPRESS" = x"y" && echo Z` | 34 | `test x"$CONFIG_UNCOMPRESS" = x"y" && echo Z` |
35 | do | 35 | do |
36 | prep() { | 36 | prep() { |