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