1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

envutil.rb: fix typo

* test/lib/envutil.rb (invoke_ruby): fix typo again.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-03-02 07:54:30 +00:00
parent 4a0e9c5cce
commit 89333366a0

View file

@ -82,7 +82,7 @@ module EnvUtil
while signal = signals.shift
begin
Process.kill signal, pgroup
rescue Errno::INVAL
rescue Errno::EINVAL
next
rescue Errno::ESRCH
break