Sign in
flutter
/
third_party
/
libzip
/
c140bc9c77a76d6223acc91fcc7a615cb34d78ca
/
.
/
regress
/
open_too_short.test
blob: b7434bacaa7592e93475aea327d67a54ba2fe3f4 [
file
]
# zip_open: file is too short for even a central directory entry
program tryopen
args test
.
piz
return
1
file test
.
piz bogus
.
zip bogus
.
zip
stdout opening
'test.piz'
returned error
19
stderr
1
errors