# File lib/specinfra/command/openbsd/base/file.rb, line 11 def check_is_linked_to(link, target) "stat -f %Y #{escape(link)} | grep -- #{escape(target)}" end