mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/io-console] Skip cursor position test on Solaris
It results in a mysterious failure.
e3543c3da4
This commit is contained in:
parent
0e84eecc17
commit
5294ded681
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ defined?(PTY) and defined?(IO.console) and TestIO_Console.class_eval do
|
|||
end
|
||||
|
||||
def test_cursor_position
|
||||
skip if /solaris/ =~ RUBY_PLATFORM
|
||||
run_pty("#{<<~"begin;"}\n#{<<~'end;'}") do |r, w, _|
|
||||
begin;
|
||||
con = IO.console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue