summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-13 04:37:14 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-13 04:37:14 +0000
commit8092a810ff9a433e3f7d4edefc7744dfa81d8c70 (patch)
tree8fb792a376d5de15b37579a6e95e0c1ba44f55dd /test
parentcf32125cffac638fa0cb679585767ff2990603fa (diff)
* 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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_io_m17n.rb1
1 files changed, 1 insertions, 0 deletions
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)