зеркало из https://github.com/github/ruby.git
Check symlink in tmpdir and do not use empty path
This commit is contained in:
Родитель
4c5780e51e
Коммит
48d7ebe6fc
|
@ -51,7 +51,11 @@ class TestFileUtils < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def check_have_symlink?
|
||||
File.symlink "", ""
|
||||
Dir.mktmpdir do |dir|
|
||||
Dir.chdir(dir) do
|
||||
File.symlink "symlink", "symlink"
|
||||
end
|
||||
end
|
||||
rescue NotImplementedError, Errno::EACCES
|
||||
return false
|
||||
rescue
|
||||
|
|
Загрузка…
Ссылка в новой задаче