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