Open
Description
On OSX, the default temp dir includes a symlink, this means that if you generate a temporary file, and then pass its path into a function which follows links, then assertions you try and make on matching names won't pass.
Would it be reasonable to have fs.NewDir
and fs.NewFile
expand to real paths before returning?
Activity