mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-10 23:00:56 +00:00
5189d66e2c
exa now ignores errors when checking for extended attributes when the user didn’t explicitly demand that they be checked. If a file does have xattrs, it’ll still display the @ in the permissions column; errors will now just cause the @ to be hidden instead. This changed a lot of the xtests, which were displaying the error message in a few situations. Those tests have gained @-suffixed companions so the actual error messages can still be tested. Fixes #178 (finally)
1022 B
1022 B
/testcases/links
├── broken -> nowhere
│ └── <No such file or directory (os error 2)>
├── current_dir -> .
├── forbidden -> /proc/1/root
│ └── <Permission denied (os error 13)>
├── itself -> itself
│ └── <Too many levels of symbolic links (os error 40)>
├── parent_dir -> ..
├── root -> /
├── some_file
├── some_file_absolute -> /testcases/links/some_file
├── some_file_relative -> some_file
└── usr -> /usr
├── broken -> nowhere
│ └── <No such file or directory (os error 2)>
├── current_dir -> .
├── forbidden -> /proc/1/root
│ └── <Permission denied (os error 13)>
├── itself -> itself
│ └── <Too many levels of symbolic links (os error 40)>
├── parent_dir -> ..
├── root -> /
├── some_file
├── some_file_absolute -> /testcases/links/some_file
├── some_file_relative -> some_file
└── usr -> /usr