aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io_m17n.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-14 12:59:45 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-14 12:59:45 +0000
commit7c5105c1202ead44c79786af607740d4aeb8d412 (patch)
tree9210f8e0c72f4acd57d13cdd15097234efdc4702 /test/ruby/test_io_m17n.rb
parent3fbc62445e7637ff81fa42c6b20f43b9d9607709 (diff)
downloadruby-7c5105c1202ead44c79786af607740d4aeb8d412.tar.gz
* test/ruby/test_io_m17n.rb
(TestIO_M17N#test_{read_with_binmode_and_get[cs]}): only for Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_io_m17n.rb')
-rw-r--r--test/ruby/test_io_m17n.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_io_m17n.rb b/test/ruby/test_io_m17n.rb
index b9c88ab647..9adf7c8bcb 100644
--- a/test/ruby/test_io_m17n.rb
+++ b/test/ruby/test_io_m17n.rb
@@ -2283,7 +2283,7 @@ EOT
assert_equal("\n", f.gets) # text
end
}
- end
+ end if /mswin|mingw/ =~ RUBY_PLATFORM
def test_read_with_binmode_and_getc
with_tmpdir {
@@ -2298,7 +2298,7 @@ EOT
assert_equal("\n", f.getc) # text
end
}
- end
+ end if /mswin|mingw/ =~ RUBY_PLATFORM
def test_read_write_with_binmode
with_tmpdir {