mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
test_io_console.rbL399 is also randomly failing same as bfc697f1e2
This commit is contained in:
parent
98e01c9914
commit
202ce7de01
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ defined?(PTY) and defined?(IO.console) and TestIO_Console.class_eval do
|
|||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
end
|
||||
if cc = ctrl["lnext"]
|
||||
if cc = ctrl["lnext"] && /freebsd/ !~ RUBY_PLATFORM
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue