update last test.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-01-14 09:59:58 +00:00
parent 0c801d657a
commit 4b8de30bc5
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}