aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 09:59:58 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 09:59:58 +0000
commit4b8de30bc5c69b636851559689922aa522e0f472 (patch)
tree1d7ed2871dcbf00fd9c6222486406131d4a420cc /bootstraptest
parent0c801d657a963290c0cd269166bdbf79586b47ec (diff)
downloadruby-4b8de30bc5c69b636851559689922aa522e0f472.tar.gz
update last test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-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"
}