Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Use plain sort, not bfs_sort | Tavian Barnes | 2022-03-13 | 1 | -6/+6 |
| | | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes. | ||||
* | main: Fix closed standard stream handling | Tavian Barnes | 2019-02-01 | 1 | -0/+19 |
bfs >&- should complain about a missing file descriptor, rather than silently succeeding. |