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