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:
kosaki 2011-01-28 07:13:49 +00:00
Родитель 29422e5d31
Коммит 6526985522
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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"