From dd3b3dd0f33ebd46c5f1104202e30ce8bf5f4bc0 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 15 Sep 2017 12:03:41 +0000 Subject: Remove needless splat array git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_rubyoptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 5350041d07..6e83d37151 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -298,7 +298,7 @@ class TestRubyOptions < Test::Unit::TestCase @verbose = $VERBOSE $VERBOSE = nil - path, name = *File.split(t.path) + path, name = File.split(t.path) ENV['PATH'] = (path_orig && RbConfig::CONFIG['LIBPATHENV'] == 'PATH') ? [path, path_orig].join(File::PATH_SEPARATOR) : path -- cgit v1.2.3