summaryrefslogtreecommitdiffstats
path: root/tests/src/vfs/extfs/helpers-list/data/uzip.README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/vfs/extfs/helpers-list/data/uzip.README')
-rw-r--r--tests/src/vfs/extfs/helpers-list/data/uzip.README16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/src/vfs/extfs/helpers-list/data/uzip.README b/tests/src/vfs/extfs/helpers-list/data/uzip.README
new file mode 100644
index 0000000..01a7c1c
--- /dev/null
+++ b/tests/src/vfs/extfs/helpers-list/data/uzip.README
@@ -0,0 +1,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).