зеркало из https://github.com/github/ruby.git
Remove needless splat array
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
f22345427a
Коммит
dd3b3dd0f3
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче