Thomas Klausner | a20a336 | 2011-08-03 23:34:16 +0200 | [diff] [blame] | 1 | # add file to zip twice, making duplicate names |
2 | program add_from_file | ||||
3 | return 1 | ||||
4 | args testfile.zip testfile.txt testfile.txt | ||||
5 | file testfile.txt testfile.txt testfile.txt | ||||
Thomas Klausner | 80c93b2 | 2011-08-04 15:21:24 +0200 | [diff] [blame^] | 6 | file-new testfile.zip testfile.zip |
Thomas Klausner | a20a336 | 2011-08-03 23:34:16 +0200 | [diff] [blame] | 7 | stderr can't add file `testfile.txt': File already exists |