mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
envutil.rb: fix const name
* test/lib/envutil.rb (invoke_ruby): fix an exception class name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b6cc839db4
commit
4a0e9c5cce
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ module EnvUtil
|
|||
while signal = signals.shift
|
||||
begin
|
||||
Process.kill signal, pgroup
|
||||
rescue Errno::Invalid
|
||||
rescue Errno::INVAL
|
||||
next
|
||||
rescue Errno::ESRCH
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue