mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
cf32125cff
commit
8092a810ff
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue