6 lines
219 B
Text
6 lines
219 B
Text
|
# test decryption support, extract file using wrong password
|
||
|
return 1
|
||
|
args encrypt.zzip set_password notfoo cat 0
|
||
|
file encrypt.zzip encrypt.zip encrypt.zip
|
||
|
stderr can't open file at index '0': Wrong password provided
|