1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Revert "[ruby/io-console] Skip cursor position test on Solaris"

This reverts commit 5294ded681.
This commit is contained in:
Kazuhiro NISHIYAMA 2019-09-25 09:48:34 +09:00
parent ca58e83400
commit c99fb0f41e
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -285,7 +285,6 @@ 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