From 8aa25d15f7cb5e1995aa5f30a1fb6ad1ffbe5caf Mon Sep 17 00:00:00 2001 From: Patrick Plenefisch Date: Sun, 2 Oct 2022 11:08:58 -0400 Subject: [PATCH] JRuby should soon support PTY.spawn --- test/io/console/test_io_console.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb index 83cb4e7..883ed2f 100644 --- a/test/io/console/test_io_console.rb +++ b/test/io/console/test_io_console.rb @@ -539,8 +539,6 @@ def helper end def run_pty(src, n = 1) - pend("PTY.spawn cannot control terminal on JRuby") if RUBY_ENGINE == 'jruby' - args = [TestIO_Console::INCLUDE_OPTS, "-rio/console", "-e", src] args.shift if args.first == "-I" # statically linked r, w, pid = PTY.spawn(EnvUtil.rubybin, *args)