[前][次][番号順一覧][スレッド一覧]

ruby-changes:33642

From: akr <ko1@a...>
Date: Sat, 26 Apr 2014 09:21:38 +0900 (JST)
Subject: [ruby-changes:33642] akr:r45723 (trunk): update comment.

akr	2014-04-26 09:21:34 +0900 (Sat, 26 Apr 2014)

  New Revision: 45723

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45723

  Log:
    update comment.

  Modified files:
    trunk/test/ruby/test_process.rb
Index: test/ruby/test_process.rb
===================================================================
--- test/ruby/test_process.rb	(revision 45722)
+++ test/ruby/test_process.rb	(revision 45723)
@@ -65,7 +65,7 @@ class TestProcess < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L65
     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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]