From 2bfc88a45e7f1bf5d6a522471fa05ae1601eff93 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 6 Sep 2015 06:00:12 +0000 Subject: test_process.rb: suppress warnings * test/ruby/test_process.rb (test_exec_close_reserved_fd): suppress "cannot close fd before spawn" warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby/test_process.rb') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 49cfed8381..60a1c233cb 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -2094,6 +2094,7 @@ EOS (3..6).each do |i| ret = run_in_child(<<-INPUT) begin + $VERBOSE = nil Process.exec('#{cmd}', 'dummy', #{i} => :close) rescue SystemCallError end -- cgit v1.2.3