summaryrefslogtreecommitdiffstats
path: root/tests/test_fprint_duplicate_stdout.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-38/+0
|
* ctx: Also deduplicate the standard streamsTavian Barnes2021-09-211-0/+38
This fixes some potential missing output when the same file is used in a redirection and something like -fprint. The main benefit is smarter handling of /dev/stdout, which will now share the CFILE* with cout.