summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 1 insertions, 1 deletions
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