test_io_console.rbL399 is also randomly failing same as bfc697f1e2

This commit is contained in:
Hiroshi SHIBATA 2022-07-28 19:14:01 +09:00
parent 98e01c9914
commit 202ce7de01
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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)