зеркало из https://github.com/github/ruby.git
File.realpath can raise ENOTDIR
This commit is contained in:
Родитель
5ad2dfd8dc
Коммит
a1a198d03a
|
@ -191,7 +191,7 @@ class MSpecScript
|
|||
patterns.each do |pattern|
|
||||
begin
|
||||
expanded = File.realpath(pattern)
|
||||
rescue Errno::ENOENT
|
||||
rescue Errno::ENOENT, Errno::ENOTDIR
|
||||
next
|
||||
end
|
||||
if File.file?(expanded) && expanded.end_with?('.rb')
|
||||
|
|
Загрузка…
Ссылка в новой задаче