summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-26 00:21:34 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-26 00:21:34 +0000
commit3bd10c6ee7a4d05e25610690f52efe4557dd8ed2 (patch)
treea285fa271954835df616f6a68e2ea3cd07affd4f /test
parentbb565a206dacf0c9969c8758f94604d3f095208e (diff)
update comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index ee0c44da54..0fe687fcb7 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -65,7 +65,7 @@ class TestProcess < Test::Unit::TestCase
return unless rlimit_exist?
with_tmpchdir {
write_file 's', <<-"End"
- # Too small RLIMIT_NOFILE causes problems.
+ # Too small RLIMIT_NOFILE, such as zero, causes problems.
# [OpenBSD] Setting to zero freezes this test.
# [GNU/Linux] EINVAL on poll(). EINVAL on ruby's internal poll() ruby with "[ASYNC BUG] thread_timer: select".
pipes = IO.pipe