mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild):
Add rescue NotImplementedError. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f914b5a7c2
commit
832740d15c
1 changed files with 1 additions and 0 deletions
|
@ -1075,6 +1075,7 @@ class TestProcess < Test::Unit::TestCase
|
||||||
Process.wait pid
|
Process.wait pid
|
||||||
sleep 2
|
sleep 2
|
||||||
assert_equal [true], signal_received, " [ruby-core:19744]"
|
assert_equal [true], signal_received, " [ruby-core:19744]"
|
||||||
|
rescue NotImplementedError
|
||||||
ensure
|
ensure
|
||||||
Signal.trap(:CHLD, 'DEFAULT')
|
Signal.trap(:CHLD, 'DEFAULT')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue