aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bootstraptest/test_knownbug.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index fe3b5ab6cd..a2ada5900d 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -90,7 +90,7 @@ assert_equal 'ok', %q{
}, '[ruby-core:14641]'
assert_equal 'true', %{
- t = Thread.new { sleep }
+ t = Thread.new { loop {} }
pid = fork {
exit t.status != "run"
}