summaryrefslogtreecommitdiffstats
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
commit71152897103939d4566b39e3f08061cd18b8714b (patch)
tree1d7ed2871dcbf00fd9c6222486406131d4a420cc /bootstraptest
parent8fba9c12ba8da984085bf67c7a022180ee595db4 (diff)
downloadruby-71152897103939d4566b39e3f08061cd18b8714b.tar.gz
ruby-71152897103939d4566b39e3f08061cd18b8714b.tar.xz
ruby-71152897103939d4566b39e3f08061cd18b8714b.zip
update last test.
git-svn-id: http://svn.ruby-lang.org/repos/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 fe3b5ab6c..a2ada5900 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"
}