From f150a381db5b51552b714e9a5893654cd056962c Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Sep 2015 05:23:22 +0000 Subject: win32.c: more fcntl * win32/win32.c (fcntl): implement F_GETFD, F_SETFD, and F_DUPFD_CLOEXEC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51831 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 e26d0a46a5..32dcaed144 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -970,7 +970,7 @@ class TestProcess < Test::Unit::TestCase rescue NotImplementedError skip "IO#close_on_exec= is not supported" end - end + end unless windows? # passing non-stdio fds is not supported on Windows def test_execopts_redirect_tempfile bug6269 = '[ruby-core:44181]' -- cgit v1.2.3