summaryrefslogtreecommitdiff
path: root/test/io
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-09-25 09:48:34 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-09-25 09:48:44 +0900
commitc99fb0f41e7bb88a4d5891e86bd54def2fca1de4 (patch)
treeb3bd6288e449fdfa076b86f48d5b198d53c792d1 /test/io
parentca58e834007199929e41fca97f3c103dfbab4bb1 (diff)
Revert "[ruby/io-console] Skip cursor position test on Solaris"
This reverts commit 5294ded681992ced2ecbd31c814b63265d2f591e.
Diffstat (limited to 'test/io')
-rw-r--r--test/io/console/test_io_console.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb
index 1215e21e34..8547ae9d70 100644
--- a/test/io/console/test_io_console.rb
+++ b/test/io/console/test_io_console.rb
@@ -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