1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

passing non-stdio fds is not supported on Windows

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-08-17 01:14:37 +00:00
parent b53fadfd5f
commit 05be3e89d4

View file

@ -1016,7 +1016,7 @@ class TestProcess < Test::Unit::TestCase
assert_equal true, system(*%W(#{RUBY} --disable=gems -e #{src}))
assert_equal "hi\n", r.gets
end
end
end unless windows? # passing non-stdio fds is not supported on Windows
def test_execopts_redirect_self
begin