diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-30 23:41:53 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-30 23:41:53 +0100 |
commit | 6bd3fff51aa74e2ee2d87887b12182a3b09792ef (patch) | |
tree | 84b3db20aa35689538306483c0c2be9ec4670253 /testsuite | |
parent | 95650a86d176ee83a264fd9e7047c414b71ee7cb (diff) |
[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')
-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 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 " \ |