summaryrefslogtreecommitdiff
path: root/test/ruby/test_pipe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_pipe.rb')
-rw-r--r--test/ruby/test_pipe.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_pipe.rb b/test/ruby/test_pipe.rb
index 03b38635c8..c3b4d29c0a 100644
--- a/test/ruby/test_pipe.rb
+++ b/test/ruby/test_pipe.rb
@@ -3,8 +3,6 @@ $:.replace([File.dirname(File.expand_path(__FILE__))] | $:)
require 'ut_eof'
require 'envutil'
-$KCODE = 'none'
-
class TestPipe < Test::Unit::TestCase
include TestEOF
def open_file(content)