summaryrefslogtreecommitdiffstats
path: root/tests/test_closed_stdin.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use plain sort, not bfs_sortTavian Barnes2022-03-131-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 handlingTavian Barnes2019-02-011-0/+19
bfs >&- should complain about a missing file descriptor, rather than silently succeeding.