git-annex/Utility/Path
Joey Hess 9b2084f29a
fix problem on windows with newly rewritten prop_relPathDirToFileAbs_basics
Seems that dropDrive on windows only drops eg c:/ but not a leading /
while on linux, it does drop a leading / (which is what it considers
to be equivilant to a drive letter. I had been relying on it to drop
both. So need to drop leading directory separators.

Also, if the quickcheck generated input is eg "c:c:c:c:foo",
dropDrive will only drop the first one, leaving a path that's
still not relative. So instead of using dropDrive, just remove the
colons from the path.
2021-01-22 14:30:48 -04:00
..
AbsRel.hs got configure working after Utility.Path ByteString conversion 2020-10-28 15:01:19 -04:00
Max.hs explict export lists 2019-11-21 16:08:37 -04:00
Tests.hs fix problem on windows with newly rewritten prop_relPathDirToFileAbs_basics 2021-01-22 14:30:48 -04:00