mirror of
https://github.com/ruby/ruby.git
synced 2026-08-16 12:57:31 +08:00
`(ulimit -n 30; make test-tool)` fails with unexplicit message: "undefined method `write' for nil:NilClass" due to lack of stdout. This change makes it explicit. [Bug #5577]