зеркало из https://github.com/github/ruby.git
* lib/test/unit.rb (Test::Unit::GlobOption#non_options): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
1c629eff85
Коммит
da923d2b1f
|
@ -1,3 +1,7 @@
|
|||
Mon Jun 13 14:17:00 2011 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* lib/test/unit.rb (Test::Unit::GlobOption#non_options): fix typo.
|
||||
|
||||
Mon Jun 13 13:04:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
||||
|
||||
* ext/openssl/ossl_digest.c: fix error for digests that have no oid
|
||||
|
|
|
@ -143,7 +143,7 @@ module Test
|
|||
end
|
||||
files.map! {|f|
|
||||
f = f.tr(File::ALT_SEPARATOR, File::SEPARATOR) if File::ALT_SEPARATOR
|
||||
((paths if /\A\.\.?(?:\z|\/)/ !~ f) | [nil]).any? do |prefix|
|
||||
((paths if /\A\.\.?(?:\z|\/)/ !~ f) || [nil]).any? do |prefix|
|
||||
if prefix
|
||||
path = f.empty? ? prefix : "#{prefix}/#{f}"
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче