Use Path.samefile() to compare paths
This PR fixes #1519 (closed) by updating the relevant test to use Path.samefile
which unwraps symlinks properly, rather than a dumb ==
.
This PR fixes #1519 (closed) by updating the relevant test to use Path.samefile
which unwraps symlinks properly, rather than a dumb ==
.