summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-28 07:13:49 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-28 07:13:49 +0000
commit65269855223a070eeb185cc223f54b2eac1b0160 (patch)
tree5f0a8f033ceedfe7679a9c598f0fd43662f96e44 /test
parent29422e5d31cd632f796966c9d4e9b32ca2368540 (diff)
remove unnecessary local variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_require.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_require.rb b/test/ruby/test_require.rb
index 49bfa04d14..5ce51183f2 100644
--- a/test/ruby/test_require.rb
+++ b/test/ruby/test_require.rb
@@ -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"