summaryrefslogtreecommitdiff
path: root/test/pathname/test_pathname.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-08 11:41:15 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-08 11:41:15 +0000
commitc60cd341e86e2739a59d71b700e83d614918f22a (patch)
treebb35d4e9ca37b52583c3733a059d5bfa091977e1 /test/pathname/test_pathname.rb
parent239692dde86f19c9a13bace56082b1c290b1d7e9 (diff)
fix a test name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/pathname/test_pathname.rb')
-rw-r--r--test/pathname/test_pathname.rb2
1 files changed, 1 insertions, 1 deletions
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"))