git-annex/Utility/Path
Joey Hess 150d73c268
fix quickcheck test on windows
prop_relPathDirToFileAbs_basics (TestableFilePath ":/") failed on
windows. The colon was filtered out after trying to make
the path relative, which only removed leading path separators.
So, ":/" changed to "/" which is not relative. Filtering out the colon
before hand avoids this problem.

Sponsored-by: Luke Shumaker on Patreon
2022-03-22 13:53:55 -04:00
..
AbsRel.hs fileRef: make paths relative and simplified 2021-05-07 13:25:59 -04:00
Max.hs explict export lists 2019-11-21 16:08:37 -04:00
Tests.hs fix quickcheck test on windows 2022-03-22 13:53:55 -04:00