1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent of

test_flush_in_finalizer1.  [ruby-core:43951] [Bug ##6228]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2012-05-13 14:47:29 +00:00
parent 23e7a4e285
commit 806018e8f4
2 changed files with 5 additions and 8 deletions

View file

@ -1,3 +1,8 @@
Sun May 13 23:32:16 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
* test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent of
test_flush_in_finalizer1. [ruby-core:43951] [Bug ##6228]
Sun May 13 22:46:36 2012 Tanaka Akira <akr@fsij.org>
* ext/etc/etc.c (passwd_ensure): move endpwent() call from

View file

@ -10,14 +10,6 @@ require 'weakref'
require_relative 'envutil'
class TestIO < Test::Unit::TestCase
def setup
GC.disable
end
def teardown
GC.enable
end
def have_close_on_exec?
begin
$stdin.close_on_exec?