Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: tolerate alternate orders of messages
It is possible that MSG_DATA_STDERR and/or MSG_DATA_EXIT_CODE might come before all stdout data is received. This fixes a failure under ASAN, which is presumably triggered by timing differences.
- Loading branch information