Run interrupt test except on Windows
This commit is contained in:
parent
aba10ea61e
commit
6e55facdb3
Notes:
git
2021-08-04 18:30:12 +09:00
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user