summaryrefslogtreecommitdiff
path: root/test/ruby/test_io_m17n.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-10 11:57:56 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-10 11:57:56 +0000
commit3cf69b5d69db2249130e9b2767f745e1a71620af (patch)
treeb9ab057ccb9bd7375a4ce503592ff2e2de80fa90 /test/ruby/test_io_m17n.rb
parent3da03397ce1dca2eaf21149dcdc88a212b6afdc2 (diff)
test modified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_io_m17n.rb')
-rw-r--r--test/ruby/test_io_m17n.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_io_m17n.rb b/test/ruby/test_io_m17n.rb
index 9ae1c6d0f9..85401d6aaf 100644
--- a/test/ruby/test_io_m17n.rb
+++ b/test/ruby/test_io_m17n.rb
@@ -854,7 +854,6 @@ EOT
def test_read_stateful
with_pipe("euc-jp:iso-2022-jp") {|r, w|
- r.binmode
w << "\xA4\xA2"
w.close
assert_equal("\e$B$\"\e(B".force_encoding("iso-2022-jp"), r.read)