space-game001/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_twice_duplicate.test
Vladislav Khorev d1cab1f3b3 refactoring
2026-01-09 22:33:46 +03:00

9 lines
309 B
Plaintext

# add file to zip twice, making duplicate names
return 1
arguments -- testfile.zip add_file testfile.txt testfile.txt 0 -1 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