Skip to content

Commit 069b3a0

Browse files
authored
Merge pull request #82 from byroot/no-sigusr1-win32
Skip signal test on windows
2 parents 1a499a8 + b19043e commit 069b3a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_timeout.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,5 +444,5 @@ def test_timeout_in_trap_handler
444444

445445
assert_equal "OK", rd.read
446446
rd.close
447-
end
447+
end if Signal.list["USR1"] # Windows has no SIGUSR1
448448
end

0 commit comments

Comments
 (0)