shithub: rgbds

Download patch

ref: 5a06fad31e3e66da33ea0376d47adb4598857654
parent: add07259f4bf01b370380de5158c18a0a14950e9
author: ISSOtm <eldredhabert0@gmail.com>
date: Wed Jan 8 11:46:57 EST 2020

Separate stdout and stderr in tests
POSIX leaves undefined the order of output if stderr is injected into stdout,
and in practice it differs on Windows (Linux buffers both streams separately,
Windows interleaves them as they arrive without buffering).
This should help testing on other platforms