mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
29422e5d31
commit
6526985522
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue