Run interrupt test except on Windows

This commit is contained in:
aycabta 2021-08-03 02:19:55 +09:00
Родитель aba10ea61e
Коммит 6e55facdb3
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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'