mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a typo of test method name.
* test/ruby/test_file.rb (test_realdirpath_junction): fix a typo of method name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f3f10297f0
commit
37464c5c86
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ class TestFile < Test::Unit::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
def test_realdirpath_junktion
|
||||
def test_realdirpath_junction
|
||||
Dir.mktmpdir('rubytest-realpath') {|tmpdir|
|
||||
Dir.chdir(tmpdir) do
|
||||
Dir.mkdir('foo')
|
||||
|
|
Loading…
Reference in a new issue