summaryrefslogtreecommitdiffstats
path: root/tests/src/vfs/extfs/helpers-list/data/urar.README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/vfs/extfs/helpers-list/data/urar.README')
-rw-r--r--tests/src/vfs/extfs/helpers-list/data/urar.README17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/src/vfs/extfs/helpers-list/data/urar.README b/tests/src/vfs/extfs/helpers-list/data/urar.README
new file mode 100644
index 0000000..8ff5b1d
--- /dev/null
+++ b/tests/src/vfs/extfs/helpers-list/data/urar.README
@@ -0,0 +1,17 @@
+
+The archive was created thus:
+
+ echo hello > 'filename with spaces.txt'
+ rar a archive.rar 'filename with spaces.txt' ...
+
+Our 'urar' supports two listing formats: that of versions 6 and 5, and that of
+versions 4 and 3.
+
+'urar.v6,v5.input' was created with "unrar vt -c- -cfg- archive.rar" using
+unrar 5.30.
+
+'urar.v4,v3.input' was created with "unrar v -c- -cfg- archive.rar" using
+unrar 3.80 for DOS (google "unrar dos"), via DOSBox (and then the "\" was
+changed to "/" by hand). An inspection of our urar's source code should
+lead us to conclude that this format is compatible with that of version
+4.