Skip to content

Commit 4e51b2d

Browse files
committed
RUBY-478 stop closing :in
1 parent 02ed9f5 commit 4e51b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/mongo_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def start(verifies = 0)
191191
if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
192192
@pid = Process.spawn(*@cmd)
193193
else
194-
cmd_and_opts = [@cmd, {:in => :close, :out => :close}].flatten
194+
cmd_and_opts = [@cmd, {:out => :close}].flatten
195195
@pid = Process.spawn(*cmd_and_opts)
196196
end
197197
verify(verifies) if verifies > 0

0 commit comments

Comments
 (0)