зеркало из https://github.com/github/ruby.git
Fix `Leaked file descriptor: TestIO_Console#test_console_kw`
``` Leaked file descriptor: TestIO_Console#test_console_kw: 10 : #<File:/dev/tty> ```
This commit is contained in:
Родитель
13241b71a5
Коммит
d5836db1b3
|
@ -488,7 +488,9 @@ defined?(IO.console) and TestIO_Console.class_eval do
|
|||
end
|
||||
|
||||
def test_console_kw
|
||||
assert_kind_of(IO, IO.console(:clone, freeze: true))
|
||||
io = IO.console(:clone, freeze: true)
|
||||
io.close
|
||||
assert_kind_of(IO, io)
|
||||
end
|
||||
|
||||
def test_sync
|
||||
|
|
Загрузка…
Ссылка в новой задаче