# File lib/fakefs/pathname.rb, line 752
      def make_symlink(old)
        File.symlink(old, @path)
      end