summaryrefslogtreecommitdiffstats
path: root/tests/src/vfs/extfs/helpers-list/data/urar.README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:22:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:22:03 +0000
commitffccd5b2b05243e7976db80f90f453dccfae9886 (patch)
tree39a43152d27f7390d8f7a6fb276fa6887f87c6e8 /tests/src/vfs/extfs/helpers-list/data/urar.README
parentInitial commit. (diff)
downloadmc-0acba638a84ac029b0ce3ee33c0f8b7d9f3fa027.tar.xz
mc-0acba638a84ac029b0ce3ee33c0f8b7d9f3fa027.zip
Adding upstream version 3:4.8.30.upstream/3%4.8.30
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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.