coreutils
coreutils copied to clipboard
ls: fix quoting alignment, add tests for default quoting style in TTY and quoting alignment
Fixes #6386
GNU testsuite comparison:
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)
I guess you saw that some jobs are failing
I guess you saw that some jobs are failing
Yes, sorry for that. I always forget about linting and windows stuff.
GNU testsuite comparison:
Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)
Forgot to add #[cfg(unix)]
on all TTY tests.
GNU testsuite comparison:
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)
@sylvestre if you don't mind taking look. I don't understand why is the macos test failing.
@RenjiSann it isn't your fault. it is unrelated
LGTM, thanks