space-game001/thirdparty/libzip-1.11.3/regress/add_from_file_duplicate.test
2025-03-28 16:37:05 +06:00

9 lines
275 B
Plaintext

# add already existing file to zip, making duplicate names
return 1
arguments -- testfile.zip add_file testfile.txt testfile.txt 0 -1
file testfile.txt testfile.txt
file testfile.zip testfile.zip
stderr
can't add file 'testfile.txt': File already exists
end-of-inline-data