Run interrupt test except on Windows

This commit is contained in:
aycabta 2021-08-03 02:19:55 +09:00
parent aba10ea61e
commit 6e55facdb3
Notes: git 2021-08-04 18:30:12 +09:00

View File

@ -477,6 +477,7 @@ module BasetestReadline
def test_interrupt_in_other_thread
omit unless respond_to?(:assert_ruby_status)
omit if /mswin|mingw/ =~ RUBY_PLATFORM
code = <<-"end;"
require 'readline'
require 'helper'