Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The testcase tries to write to the stdin pipe while the process under test is simultaneously exiting with an error code. Naturally, this is a race, and we should ignore any stdin write errors. However, adding this feature to the list makes it even more unreadable, and adds no real value, so let's skip the input data entirely.
- Loading branch information