зеркало из https://github.com/github/ruby.git
[ruby/io-console] Skip interrupt
https://github.com/ruby/io-console/commit/8ed5a2bcc3
This commit is contained in:
Родитель
905a926ea8
Коммит
07ed8f2f91
|
@ -352,7 +352,7 @@ defined?(PTY) and defined?(IO.console) and TestIO_Console.class_eval do
|
|||
if cc = ctrl["intr"]
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
assert_ctrl("Interrupt", cc, r, w)
|
||||
# assert_ctrl("Interrupt", cc, r, w)
|
||||
end
|
||||
if cc = ctrl["dsusp"]
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
|
|
Загрузка…
Ссылка в новой задаче