summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_timeout.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_timeout.rb b/test/test_timeout.rb
index 7421b5ba41..199b18e7bc 100644
--- a/test/test_timeout.rb
+++ b/test/test_timeout.rb
@@ -444,5 +444,5 @@ class TestTimeout < Test::Unit::TestCase
assert_equal "OK", rd.read
rd.close
- end
+ end if Signal.list["USR1"] # Windows has no SIGUSR1
end