summaryrefslogtreecommitdiff
path: root/test/ruby/test_path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_path.rb')
-rw-r--r--test/ruby/test_path.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_path.rb b/test/ruby/test_path.rb
index 55452beb70..95a5d5b1d1 100644
--- a/test/ruby/test_path.rb
+++ b/test/ruby/test_path.rb
@@ -1,7 +1,5 @@
require 'test/unit'
-$KCODE = 'none'
-
class TestPath < Test::Unit::TestCase
def test_path
assert_equal("a", File.basename("a"))