12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
# zip_open: file has extra bytes at end of archive
|
|
program tryopen
|
|
file testextrabytes.zzip testextrabytes.zip
|
|
arguments -c testextrabytes.zzip
|
|
return 1
|
|
stdout
|
|
opening 'testextrabytes.zzip' returned error 21/2
|
|
end-of-inline-data
|
|
stderr
|
|
1 errors
|
|
end-of-inline-data
|