# File lib/specinfra/command/base/file.rb, line 136
    def check_is_dereferenceable(link)
      %Q|test -n "$(readlink -e #{escape(link)})"|
    end