OVMS3/OVMS.V3/components/zip/libzip/regress/open_new_but_exists.test

8 lines
187 B
Plaintext

# zip_open: file shall be created but already exists
program tryopen
args -e test.zip
return 1
file test.zip test.zip test.zip
stdout opening 'test.zip' returned error 10
stderr 1 errors