diff options
| author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-18 13:08:08 +0000 |
|---|---|---|
| committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-18 13:08:08 +0000 |
| commit | 6f65f52a94f6fa1ec995758e517e1ebf87f6ba97 (patch) | |
| tree | 23838d872b2934afececd0def03b7e06d9db6cfe /test/ruby/test_file.rb | |
| parent | 66e294c29fc728b9c17107df2cbd0c4e0a4a5c77 (diff) | |
| download | ruby-6f65f52a94f6fa1ec995758e517e1ebf87f6ba97.tar.gz ruby-6f65f52a94f6fa1ec995758e517e1ebf87f6ba97.tar.xz ruby-6f65f52a94f6fa1ec995758e517e1ebf87f6ba97.zip | |
* test/*: should not depend on $KCODE.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_file.rb')
| -rw-r--r-- | test/ruby/test_file.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_file.rb b/test/ruby/test_file.rb index 375ff6672..c4095428e 100644 --- a/test/ruby/test_file.rb +++ b/test/ruby/test_file.rb @@ -2,8 +2,6 @@ require 'test/unit' require 'tempfile' require 'ut_eof' -$KCODE = 'none' - class TestFile < Test::Unit::TestCase # I don't know Ruby's spec about "unlink-before-close" exactly. |
