summaryrefslogtreecommitdiffstats
path: root/test
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
commitca8a3445ddb04798dc3e2e78028aa3cd9baa5e9e (patch)
treeb9ab057ccb9bd7375a4ce503592ff2e2de80fa90 /test
parent7d863cdbba1ca820cecd0f1bfe653bc201fdd199 (diff)
downloadruby-ca8a3445ddb04798dc3e2e78028aa3cd9baa5e9e.tar.gz
ruby-ca8a3445ddb04798dc3e2e78028aa3cd9baa5e9e.tar.xz
ruby-ca8a3445ddb04798dc3e2e78028aa3cd9baa5e9e.zip
test modified.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-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 9ae1c6d0f..85401d6aa 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)