1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a test name.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2010-08-08 11:41:15 +00:00
parent 239692dde8
commit c60cd341e8

View file

@ -807,7 +807,7 @@ class TestPathname < Test::Unit::TestCase
}
end
def test_link
def test_make_link
with_tmpchdir('rubytest-pathname') {|dir|
open("a", "w") {|f| f.write "abc" }
Pathname("l").make_link(Pathname("a"))