зеркало из https://github.com/github/ruby.git
* test/io/console/test_io_console.rb (TestIO_Console#test_noctty):
dispose temporary file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
610b2f96e3
Коммит
aba879a3f0
|
@ -196,6 +196,8 @@ class TestIO_Console < Test::Unit::TestCase
|
|||
system(*cmd)
|
||||
t.open
|
||||
assert_equal("nil", t.gets.chomp)
|
||||
ensure
|
||||
t.close! if t and !t.closed?
|
||||
end
|
||||
end
|
||||
end if defined?(IO.console)
|
||||
|
|
Загрузка…
Ссылка в новой задаче