Skip to content

Commit

Permalink
Run interrupt test except on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Aug 4, 2021
1 parent aba10ea commit 6e55fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/readline/test_readline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ def test_refresh_line

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'
Expand Down

0 comments on commit 6e55fac

Please sign in to comment.