On 18/10/2024 22:17, Sylvestre Ledru wrote:
Hello
These two patches improve the test coverage of ls & cksum.
The first patch tests that symlink with --dired are correctly positioned.
The second that comments on a checksum files aren't causing any
validation issues (but impacts the line number).
The first patch induces a failure on btrfs at least,
due to the non determination of directory order with the -f option.
For me the result is:
drwxr-xr-x. 1 padraig padraig 40 Oct 19 12:58 . drwx------. 1 padraig
padraig 18 Oct 19 12:58 ..
-rw-r--r--. 1 padraig padraig 0 Oct 19 12:58 1a
-rw-r--r--. 1 padraig padraig 0 Oct 19 12:58 2á
drwxr-xr-x. 1 padraig padraig 0 Oct 19 12:58 3dir
-rw-r--r--. 1 padraig padraig 0 Oct 19 12:58 aaa
lrwxrwxrwx 1 padraig padraig 6 Oct 19 12:58 aaa_link -> target
Why did you add the -f option?