diff options
Diffstat (limited to 'testsuite/unzip.tests')
-rwxr-xr-x | testsuite/unzip.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/unzip.tests b/testsuite/unzip.tests index af53de9df..e198dfc4b 100755 --- a/testsuite/unzip.tests +++ b/testsuite/unzip.tests | |||
@@ -31,10 +31,10 @@ rmdir foo | |||
31 | rm foo.zip | 31 | rm foo.zip |
32 | 32 | ||
33 | # File containing some damaged encrypted stream | 33 | # File containing some damaged encrypted stream |
34 | optional FEATURE_UNZIP_CDF | 34 | optional FEATURE_UNZIP_CDF CONFIG_UNICODE_SUPPORT |
35 | testing "unzip (bad archive)" "uudecode; unzip bad.zip 2>&1; echo \$?" \ | 35 | testing "unzip (bad archive)" "uudecode; unzip bad.zip 2>&1; echo \$?" \ |
36 | "Archive: bad.zip | 36 | "Archive: bad.zip |
37 | inflating: ]3j½r«IK-%Ix | 37 | inflating: ]3j½r«I??K-%Ix |
38 | unzip: corrupted data | 38 | unzip: corrupted data |
39 | unzip: inflate error | 39 | unzip: inflate error |
40 | 1 | 40 | 1 |