12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
# zip_open: file is too short for even a central directory entry
|
|
program tryopen
|
|
arguments test.piz
|
|
return 1
|
|
file test.piz bogus.zip
|
|
stdout
|
|
opening 'test.piz' returned error 19
|
|
end-of-inline-data
|
|
stderr
|
|
1 errors
|
|
end-of-inline-data
|