From 3cf69b5d69db2249130e9b2767f745e1a71620af Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 10 Sep 2008 11:57:56 +0000 Subject: [PATCH] test modified. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io_m17n.rb | 1 - 1 file changed, 1 deletion(-) 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)