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:
parent
b53fadfd5f
commit
05be3e89d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue