diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-10 10:35:52 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-10 10:35:52 +0000 |
| commit | 0117b1a70826b7295161bdfa8bf9e1869fa9ace7 (patch) | |
| tree | 63ea1bd8a48f3d45b3a3eded0ff4e5d0c28236ad /test/ruby | |
| parent | bf09ba16212e0e56d7c40ea996e283edb1ba4055 (diff) | |
| download | ruby-0117b1a70826b7295161bdfa8bf9e1869fa9ace7.tar.gz ruby-0117b1a70826b7295161bdfa8bf9e1869fa9ace7.tar.xz ruby-0117b1a70826b7295161bdfa8bf9e1869fa9ace7.zip | |
make a test locale independent.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_io.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
