mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 05:24:23 +00: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]