From aece5baa751b340f0d1527e3941bc2a755f0b1f9 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 7 Feb 2020 13:44:34 +0900 Subject: Removed useless empty lines --- test/ruby/test_process.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index e0cb49b8ef..115c33a078 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -2260,8 +2260,6 @@ EOS pid = fork {Process.kill(:QUIT, parent)} IO.popen([ruby, -'--disable=gems'], -'r+'){} Process.wait(pid) - $stdout.puts - $stdout.flush end INPUT end if defined?(fork) -- cgit v1.2.3