Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "tests: Test hardlinks to symlinks" | Tavian Barnes | 2017-09-07 | 1 | -1/+0 |
| | | | | | | Apparently macOS doesn't support ln -P. This reverts commit 80eec18020f531abbdb2abbb919ab6c6fa34107c. | ||||
* | tests: Test hardlinks to symlinks | Tavian Barnes | 2017-09-06 | 1 | -0/+1 |
| | |||||
* | tests: Use human-readable filenames in links/ | Tavian Barnes | 2017-09-02 | 1 | -1/+1 |
| | |||||
* | Unify broken symlink handling | Tavian Barnes | 2017-08-12 | 1 | -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. |