From 05be3e89d48e5eaf7f902aeb113ffc55ab6d49fd Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 17 Aug 2018 01:14:37 +0000 Subject: 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 --- test/ruby/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index bb56834dc0..23e4f01c91 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -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 -- cgit v1.2.3