summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-02-07 13:44:34 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-02-07 13:44:34 +0900
commitaece5baa751b340f0d1527e3941bc2a755f0b1f9 (patch)
tree1ceecf51348b88308bdee99706aff9ddfdc2de93 /test
parenta3fb97465df3a4b6a7f56a1a915c6239a2a303b9 (diff)
Removed useless empty lines
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 0 insertions, 2 deletions
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)