Skip to content

Commit 84f059a

Browse files
byteit101nobu
authored andcommitted
JRuby should soon support PTY.spawn
1 parent 1843800 commit 84f059a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/io/console/test_io_console.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,6 @@ def helper
473473
end
474474

475475
def run_pty(src, n = 1)
476-
pend("PTY.spawn cannot control terminal on JRuby") if RUBY_ENGINE == 'jruby'
477-
478476
args = [TestIO_Console::INCLUDE_OPTS, "-rio/console", "-e", src]
479477
args.shift if args.first == "-I" # statically linked
480478
r, w, pid = PTY.spawn(EnvUtil.rubybin, *args)

0 commit comments

Comments
 (0)