# File lib/fakefs/pathname.rb, line 722
      def make_link(old)
        File.link(old, @path)
      end