aboutsummaryrefslogtreecommitdiff
path: root/testsuite/unzip.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-30 23:41:53 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-30 23:41:53 +0100
commit6bd3fff51aa74e2ee2d87887b12182a3b09792ef (patch)
tree84b3db20aa35689538306483c0c2be9ec4670253 /testsuite/unzip.tests
parent95650a86d176ee83a264fd9e7047c414b71ee7cb (diff)
downloadbusybox-6bd3fff51aa74e2ee2d87887b12182a3b09792ef.tar.gz
[g]unzip: fix recent breakage.
Also, do emit error message we so painstakingly pass from gzip internals Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/unzip.tests')
-rwxr-xr-xtestsuite/unzip.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/unzip.tests b/testsuite/unzip.tests
index ca0a45800..d8738a3bd 100755
--- a/testsuite/unzip.tests
+++ b/testsuite/unzip.tests
@@ -34,6 +34,7 @@ rm foo.zip
testing "unzip (bad archive)" "uudecode; unzip bad.zip 2>&1; echo \$?" \
"Archive: bad.zip
inflating: ]3j½r«IK-%Ix
+unzip: corrupted data
unzip: inflate error
1
" \