From c60cd341e86e2739a59d71b700e83d614918f22a Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 8 Aug 2010 11:41:15 +0000 Subject: [PATCH] fix a test name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/pathname/test_pathname.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pathname/test_pathname.rb b/test/pathname/test_pathname.rb index 318e06b640..815713b039 100644 --- a/test/pathname/test_pathname.rb +++ b/test/pathname/test_pathname.rb @@ -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"))