From 052c0e67d99552aeb2091d1ae7133465a5aa7291 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 24 Mar 2013 02:06:32 +0000 Subject: * 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 --- test/readline/test_readline.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/readline') diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb index 049335284f..84cfcf2ae3 100644 --- a/test/readline/test_readline.rb +++ b/test/readline/test_readline.rb @@ -396,6 +396,8 @@ class TestReadline < Test::Unit::TestCase Readline.pre_input_hook = nil rescue NotImplementedError end + stdin.close(true) + stdout.close(true) end end if !/EditLine|\A4\.3\z/n.match(Readline::VERSION) -- cgit v1.2.3