mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add ML ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e1b928c598
commit
8001de1434
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class TestRequire < Test::Unit::TestCase
|
|||
File.open("a/tst.rb", "w") {|f| f.puts 'require_relative "lib"' }
|
||||
File.symlink("../a/tst.rb", "b/tst.rb")
|
||||
result = IO.popen([EnvUtil.rubybin, "b/tst.rb"]).read
|
||||
assert_equal("a/lib.rb\n", result)
|
||||
assert_equal("a/lib.rb\n", result, "[ruby-dev:40040]")
|
||||
}
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue