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

* test/ruby/test_require.rb: Remove temporally files in the tests.

* test/ruby/test_rubyoptions.rb: Ditto.

* test/logger/test_logger.rb: Ditto.

* test/psych/test_psych.rb: Ditto.

* test/readline/test_readline.rb: Ditto.

* test/syslog/test_syslog_logger.rb: Ditto.

* test/webrick/test_httpauth.rb: Ditto.

* test/zlib/test_zlib.rb: Ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2013-03-24 02:06:32 +00:00
parent 61f50e317e
commit 052c0e67d9
9 changed files with 64 additions and 3 deletions

View file

@ -46,7 +46,7 @@ class TestLogger < Test::Unit::TestCase
logger.__send__(msg_id, *arg, &block)
logdev.open
msg = logdev.read
logdev.close
logdev.close(true)
msg
end