From 7d048a55eea828ed5265a265c9151048a1bd8820 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 5 Sep 2008 22:33:38 +0000 Subject: [PATCH] fix a test for previous commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io_m17n.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ruby/test_io_m17n.rb b/test/ruby/test_io_m17n.rb index 39f3112d69..0dd790f60d 100644 --- a/test/ruby/test_io_m17n.rb +++ b/test/ruby/test_io_m17n.rb @@ -853,6 +853,7 @@ 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)