# File lib/net/ssh/session_helpers.rb, line 59
      def symlink_exists?(path)
        run("test -h #{path}").success?
      end