Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Use plain sort, not bfs_sort | Tavian Barnes | 2022-03-13 | 1 | -15/+15 |
| | | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes. | ||||
* | test: Add more tests for -H/-L and -type l | Tavian Barnes | 2021-03-28 | 1 | -0/+1 |
| | |||||
* | tests: Don't test symlink permissions | Tavian Barnes | 2019-04-20 | 1 | -31/+31 |
| | | | | They're different between platforms. | ||||
* | tests: Add a test with -printf %H and multiple roots | Tavian Barnes | 2019-04-20 | 1 | -0/+31 |
To make sure we're keeping track of different root paths correctly |