# File lib/specinfra/command/base/file.rb, line 124
    def check_is_link(link)
      "test -L #{escape(link)}"
    end