aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-05 11:43:53 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-05 11:43:53 +0100
commite3c4db8b396e955ca01648ba51c0fd093f3cab56 (patch)
tree1a465001961fbe19e7c75a6c7b408b267835e5cd /testsuite
parent9c083f599a9924ad04855ce94439598e75424ad9 (diff)
downloadbusybox-w32-e3c4db8b396e955ca01648ba51c0fd093f3cab56.tar.gz
busybox-w32-e3c4db8b396e955ca01648ba51c0fd093f3cab56.tar.bz2
busybox-w32-e3c4db8b396e955ca01648ba51c0fd093f3cab56.zip
unzip: properly use CDF to find compressed files. Closes 9536
function old new delta unzip_main 2437 2350 -87 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/unzip.tests6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/unzip.tests b/testsuite/unzip.tests
index d8738a3bd..d9c45242c 100755
--- a/testsuite/unzip.tests
+++ b/testsuite/unzip.tests
@@ -31,11 +31,10 @@ rmdir foo
31rm foo.zip 31rm foo.zip
32 32
33# File containing some damaged encrypted stream 33# File containing some damaged encrypted stream
34optional FEATURE_UNZIP_CDF
34testing "unzip (bad archive)" "uudecode; unzip bad.zip 2>&1; echo \$?" \ 35testing "unzip (bad archive)" "uudecode; unzip bad.zip 2>&1; echo \$?" \
35"Archive: bad.zip 36"Archive: bad.zip
36 inflating: ]3j½r«IK-%Ix 37unzip: short read
37unzip: corrupted data
38unzip: inflate error
391 381
40" \ 39" \
41"" "\ 40"" "\
@@ -49,6 +48,7 @@ BDYAAAAMAAEADQAAADIADQAAAEEAAAASw73Ct1DKokohPXQiNzA+FAI1HCcW
49NzITNFBLBQUKAC4JAA04Cw0EOhZQSwUGAQAABAIAAgCZAAAAeQAAAAIALhM= 48NzITNFBLBQUKAC4JAA04Cw0EOhZQSwUGAQAABAIAAgCZAAAAeQAAAAIALhM=
50==== 49====
51" 50"
51SKIP=
52 52
53rm * 53rm *
54 54