diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-30 23:41:53 +0100 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-02 00:03:42 -0500 |
commit | 092fabcf1df5d46cd22be4ffcd3b871f6180eb9c (patch) | |
tree | 454cf7aa3275925af78bb7d69027028c71e15cae /testsuite | |
parent | 6767af17f11144c7cd3cfe9ef799d7f89a78fe65 (diff) | |
download | busybox-w32-092fabcf1df5d46cd22be4ffcd3b871f6180eb9c.tar.gz busybox-w32-092fabcf1df5d46cd22be4ffcd3b871f6180eb9c.tar.bz2 busybox-w32-092fabcf1df5d46cd22be4ffcd3b871f6180eb9c.zip |
[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>
(cherry picked from commit 6bd3fff51aa74e2ee2d87887b12182a3b09792ef)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/unzip.tests | 1 |
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 | |||
34 | testing "unzip (bad archive)" "uudecode; unzip bad.zip 2>&1; echo \$?" \ | 34 | testing "unzip (bad archive)" "uudecode; unzip bad.zip 2>&1; echo \$?" \ |
35 | "Archive: bad.zip | 35 | "Archive: bad.zip |
36 | inflating: ]3j½r«IK-%Ix | 36 | inflating: ]3j½r«IK-%Ix |
37 | unzip: corrupted data | ||
37 | unzip: inflate error | 38 | unzip: inflate error |
38 | 1 | 39 | 1 |
39 | " \ | 40 | " \ |