* forgotten to save after rename method name.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2005-11-18 07:52:09 +00:00
parent 7b692e55cd
commit e93a1c580e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class TestPath < Test::Unit::TestCase
assert_equal("//sub", File.expand_path("sub", "//")) assert_equal("//sub", File.expand_path("sub", "//"))
end 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 if /(bcc|ms)win\d|mingw|cygwin|djgpp|human|emx/ =~ RUBY_PLATFORM
# DOSISH_DRIVE_LETTER # DOSISH_DRIVE_LETTER
assert_equal('C:.', File.dirname('C:')) assert_equal('C:.', File.dirname('C:'))