Skip to content

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 ==.

Merge request reports