add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4261dd6ab7
commit
b866ecbc42
@ -89,3 +89,12 @@ assert_equal 'ok', %q{
|
||||
end
|
||||
END
|
||||
}, '[ruby-core:14641]'
|
||||
|
||||
assert_equal 'true', %{
|
||||
pid = fork {
|
||||
exit t.status != "run"
|
||||
}
|
||||
Process.wait pid
|
||||
$?.success?
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user