Skip to content

Commit 48db361

Browse files
committed
Skip Interrupt test on Solaris too
1 parent 046e645 commit 48db361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/io/console/test_io_console.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def test_intr
375375
if cc = ctrl["intr"]
376376
assert_ctrl("#{cc.ord}", cc, r, w)
377377
assert_ctrl("#{cc.ord}", cc, r, w)
378-
assert_ctrl("Interrupt", cc, r, w) unless /linux/ =~ RUBY_PLATFORM
378+
assert_ctrl("Interrupt", cc, r, w) unless /linux|solaris/ =~ RUBY_PLATFORM
379379
end
380380
if cc = ctrl["dsusp"]
381381
assert_ctrl("#{cc.ord}", cc, r, w)

0 commit comments

Comments
 (0)