summaryrefslogtreecommitdiffstats
path: root/tests/src/vfs/extfs/helpers-list/data/lslR.README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/vfs/extfs/helpers-list/data/lslR.README')
-rw-r--r--tests/src/vfs/extfs/helpers-list/data/lslR.README26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/src/vfs/extfs/helpers-list/data/lslR.README b/tests/src/vfs/extfs/helpers-list/data/lslR.README
new file mode 100644
index 0000000..6b1f73b
--- /dev/null
+++ b/tests/src/vfs/extfs/helpers-list/data/lslR.README
@@ -0,0 +1,26 @@
+
+The inputs were taken from:
+
+ https://www.midnight-commander.org/ticket/1921
+
+These inputs are supposed to cover:
+
+- "spaces": spaces in dir/file names.
+
+- "iso": ISO date. The ticket claims this is enabled in en_US.UTF-8
+ locale, but that's untrue. Nevertheless, it's a useful format (the
+ default 'ls' dates are relative and therefore somewhat useless in lslR
+ files) so we don't mind covering it here.
+
+- "noshalsh": directories not starting with "./".
+
+Argument files:
+
+The output produced must be constant anytime. Therefore:
+
+- For the one input using non-ISO date we must use --drop-mtime.
+ Otherwise, because these are relative dates, next year the output
+ will show a different year.
+
+- For all inputs we use --drop-ids for the case we have user "serhiy" on
+ our system (and we aren't running as that user).