зеркало из https://github.com/github/ruby.git
remove unnecessary local variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
29422e5d31
Коммит
6526985522
|
@ -74,7 +74,6 @@ class TestRequire < Test::Unit::TestCase
|
|||
|
||||
def test_require_path_home_3
|
||||
env_rubypath, env_home = ENV["RUBYPATH"], ENV["HOME"]
|
||||
pathname_too_long = /pathname too long \(ignored\).*\(LoadError\)/m
|
||||
|
||||
t = Tempfile.new(["test_ruby_test_require", ".rb"])
|
||||
t.puts "p :ok"
|
||||
|
|
Загрузка…
Ссылка в новой задаче