From 4a0e9c5ccec452ca2362f614f23cd0e5b7fcf313 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 2 Mar 2015 07:20:13 +0000 Subject: 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 --- test/lib/envutil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/lib/envutil.rb b/test/lib/envutil.rb index 32b6bfd836..ceb68d6007 100644 --- a/test/lib/envutil.rb +++ b/test/lib/envutil.rb @@ -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 -- cgit v1.2.3