From 8092a810ff9a433e3f7d4edefc7744dfa81d8c70 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 13 May 2010 04:37:14 +0000 Subject: * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skip on Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io_m17n.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/ruby/test_io_m17n.rb b/test/ruby/test_io_m17n.rb index f5b1de602e..e7a9d6b1ad 100644 --- a/test/ruby/test_io_m17n.rb +++ b/test/ruby/test_io_m17n.rb @@ -928,6 +928,7 @@ EOT end def test_stdin_external_encoding_with_reopen + skip "passing non-stdio fds is not supported" if /mswin|mingw/ =~ RUBY_PLATFORM with_tmpdir { open("tst", "w+") {|f| pid = spawn(EnvUtil.rubybin, '-e', <<-'End', 10=>f) -- cgit v1.2.3