Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle and test error cases in prepend_destdir() | Simon Warta | 2017-08-04 | 1 | -15/+31 |
| | | | | | | - only / file systems supported - only absolute prefixes are supported - result must not escape DESTDIR | ||||
* | Pull out python_unittests_unix.py | Simon Warta | 2017-08-04 | 1 | -0/+51 |
The path tests can only work on UNIX-like OSs because Python's path joining is required to use / as the path separator |