summaryrefslogtreecommitdiffstats
path: root/tests/test_H_samefile_symlink.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-2/+0
|
* tests: Use human-readable filenames in links/Tavian Barnes2017-09-021-2/+2
|
* Unify broken symlink handlingTavian Barnes2017-08-121-0/+2
Rather than open-code the fallback logic for broken symlinks everywhere it's needed, introduce a new xfstatat() utility function that performs the fallback automatically. Using xfstatat() consistently fixes a few bugs, including cases where broken symlinks are given as arguments to predicates like -samefile.