Thomas Klausner | a20a336 | 2011-08-03 23:34:16 +0200 | [diff] [blame] | 1 | # add file to zip twice, making duplicate names |
Thomas Klausner | bb32af6 | 2012-04-27 15:26:35 +0200 | [diff] [blame] | 2 | program modify |
Thomas Klausner | a20a336 | 2011-08-03 23:34:16 +0200 | [diff] [blame] | 3 | return 1 |
Dieter Baron | c9d42c2 | 2012-07-30 21:48:51 +0200 | [diff] [blame] | 4 | args -- testfile.zip add_file testfile.txt testfile.txt 0 -1 add_file testfile.txt testfile.txt 0 -1 |
Thomas Klausner | a20a336 | 2011-08-03 23:34:16 +0200 | [diff] [blame] | 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 | 7371605 | 2013-11-28 18:15:14 +0100 | [diff] [blame] | 7 | stderr can't add file 'testfile.txt': File already exists |