summaryrefslogtreecommitdiffstats
path: root/tests/test_exec_flush_fprint.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-1/+0
|
* exec: Flush I/O streams before executing anythingTavian Barnes2022-02-111-0/+1
Otherwise output from commands may appear unexpectedly earlier than output from bfs. We use fflush(NULL) to flush all streams, which is more than GNU find does, but seems to be a useful extension.