summaryrefslogtreecommitdiffstats
path: root/tests/test_newer_link.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-1/+0
|
* Unify broken symlink handlingTavian Barnes2017-08-121-0/+1
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.