summaryrefslogtreecommitdiffstats
path: root/tests/src/vfs/extfs/helpers-list/data/lslR.README
blob: 6b1f73bcab991894be080aad41ac8988cb09d061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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).