mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/lib/minitest/unit.rb: Use Tempfile#close! instead of
Tempfile#unlink to close file descriptors. * test/openssl/test_config.rb: Ditto. * test/ruby/test_io.rb: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
36276b6f40
commit
9b612d382d
5 changed files with 18 additions and 9 deletions
|
@ -17,7 +17,7 @@ __EOD__
|
|||
end
|
||||
|
||||
def teardown
|
||||
@tmpfile.unlink
|
||||
@tmpfile.close!
|
||||
end
|
||||
|
||||
def test_constants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue