mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
0c801d657a
commit
4b8de30bc5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue