Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not close stdin, stdout, or stderr
Instead, point them at /dev/null. Closing standard file descriptors is almost always a bug, and in this case causes a hang in the tests.
- Loading branch information