Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Split test cases into separate files | Tavian Barnes | 2022-10-19 | 1 | -23/+0 |
| | |||||
* | tests: Use plain sort, not bfs_sort | Tavian Barnes | 2022-03-13 | 1 | -9/+9 |
| | | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes. | ||||
* | tests: Add tests for syntactically invalid globs | Tavian Barnes | 2022-02-02 | 1 | -0/+2 |
| | |||||
* | Implement -printx | Tavian Barnes | 2017-07-21 | 1 | -0/+21 |
Also from NetBSD. |