summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_signal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_signal.rb b/test/ruby/test_signal.rb
index b53c68d925..e2aad73b63 100644
--- a/test/ruby/test_signal.rb
+++ b/test/ruby/test_signal.rb
@@ -202,7 +202,7 @@ class TestSignal < Test::Unit::TestCase
t = Tempfile.new(%w"require_ensure_test .rb")
t.puts "sleep"
t.close
- error = IO.popen([EnvUtil.rubybin, "-e", <<EOS, t.path, err: :close]) do |child|
+ error = IO.popen([EnvUtil.rubybin, "-e", <<EOS, t.path]) do |child|
th = Thread.new do
begin
require ARGV[0]