From 71152897103939d4566b39e3f08061cd18b8714b Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 14 Jan 2008 09:59:58 +0000 Subject: update last test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_knownbug.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- cgit