summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-03 17:30:09 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-03 17:30:09 +0000
commit43373faa32b613b227c614671492ed1a571fa901 (patch)
treee379d57a79fcd940058c53b335f5c17b605c4285 /test
parent0d0c4be9181c0dbd07965ce353d0118312afc04f (diff)
downloadruby-43373faa32b613b227c614671492ed1a571fa901.tar.gz
ruby-43373faa32b613b227c614671492ed1a571fa901.tar.xz
ruby-43373faa32b613b227c614671492ed1a571fa901.zip
* io.c (argf_read): should not terminate on empty string; wait
until real EOF. [ruby-dev:21969] * io.c (argf_read): should adjust length to read, when length is specified and read spans command line argument files. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_env.rb b/test/ruby/test_env.rb
index 6ae28dbbe..7d660f05a 100644
--- a/test/ruby/test_env.rb
+++ b/test/ruby/test_env.rb
@@ -3,7 +3,7 @@ require 'test/unit'
$KCODE = 'none'
class TestEnv < Test::Unit::TestCase
- IGNORE_CASE = /djgpp|bccwin|mswin|mingw|emx/ =~ RUBY_PLATFORM
+ IGNORE_CASE = /djgpp|bccwin|mswin|mingw/ =~ RUBY_PLATFORM
def setup
@backup = ENV['test']