summaryrefslogtreecommitdiffstats
path: root/tests/test_exec_plus_flush.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-0/+0
|
* tests: Use -print0 instead of -printf '%p ' for exec flush testsTavian Barnes2022-03-131-0/+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.