mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-09-13 06:07:30 -04:00
FindLongestMountPointPrefix is exercised on Windows CI with Unix-style paths. Path.DirectorySeparatorChar is '\\' there, so '/var/home' never matched '/var/home/...'. Hardcode '/' for Unix mount identity. Co-authored-by: rmcrackan <rmcrackan@gmail.com>