From 0117b1a70826b7295161bdfa8bf9e1869fa9ace7 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 10 Jan 2008 10:35:52 +0000 Subject: make a test locale independent. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index de75bfd55..3381cda8d 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -20,7 +20,7 @@ class TestIO < Test::Unit::TestCase r.close # "\377" - r, w = IO.pipe + r, w = IO.pipe('ascii-8bit') w.print "\377xyz" w.close r.binmode -- cgit