summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_path.rb b/test/ruby/test_path.rb
index f7a45a3712..4b9365508a 100644
--- a/test/ruby/test_path.rb
+++ b/test/ruby/test_path.rb
@@ -44,7 +44,7 @@ class TestPath < Test::Unit::TestCase
assert_equal("//sub", File.expand_path("sub", "//"))
end
- def test_dirname_special # [ruby-dev:27738]
+ def test_dirname # [ruby-dev:27738]
if /(bcc|ms)win\d|mingw|cygwin|djgpp|human|emx/ =~ RUBY_PLATFORM
# DOSISH_DRIVE_LETTER
assert_equal('C:.', File.dirname('C:'))