Fixed
- [issue 55](https://github.com/okken/pytest-check/issues/55) a problem with multiple drive letters.
- code is using `os.path.relpath()`, but sometimes it can fail.
- when it does fail, fall back to `os.path.abspath()`.
- thanks [rloutrel](https://github.com/rloutrel) and [kr1zo](https://github.com/kr1zo) for your patience and persistence, and for the solution.