summaryrefslogtreecommitdiffstats
path: root/tests/src/vfs/extfs/helpers-list/data/uzip.README
blob: 01a7c1caccb973fda6565299b73aa96b6215efdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The input files were created thus:

    cd ~/.gimp-2.8
    echo hello > 'filename with spaces.txt'
    echo hello > ' filename with leading space.txt'
    echo hello > '-filename with leading dash.txt'
    zip a.zip *
    unzip -Z -l -T a.zip > uzip.with-zipinfo.input
    unzip -qq -v a.zip > uzip.without-zipinfo--ymd.input
    rm a.zip

uzip supports two date formats for "without-zipinfo" mode: ymd
(YYYY-MM-DD) and mdy (MM-DD-YY). To create the
'uzip.without-zipinfo--mdy.input' file, with MM-DD-YY dates, I simply
altered two dates with an editor (one with year before 70, one after).