Skip to content

Commit

Permalink
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion kernel/common/process_mirror.rb
Original file line number Diff line number Diff line change
@@ -186,7 +186,6 @@ def convert_to_fd(obj, target)
when 2
if obj[0] == :child
fd = convert_to_fd obj[1], target
fd.kind_of?(::Fixnum) ? -(fd + 1) : fd
else
[obj[0], convert_file_mode(obj[1]), 0644]
end
10 changes: 0 additions & 10 deletions spec/tags/ruby/core/io/popen_tags.txt

This file was deleted.

0 comments on commit c8ce8a7

Please sign in to comment.