summaryrefslogtreecommitdiffstats
path: root/tests/test_samefile_symlink.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-1/+0
|
* Revert "tests: Test hardlinks to symlinks"Tavian Barnes2017-09-071-1/+0
| | | | | | Apparently macOS doesn't support ln -P. This reverts commit 80eec18020f531abbdb2abbb919ab6c6fa34107c.
* tests: Test hardlinks to symlinksTavian Barnes2017-09-061-0/+1
|
* tests: Use human-readable filenames in links/Tavian Barnes2017-09-021-1/+1
|
* 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.