aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/python_unittests_unix.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle and test error cases in prepend_destdir()Simon Warta2017-08-041-15/+31
| | | | | | - only / file systems supported - only absolute prefixes are supported - result must not escape DESTDIR
* Pull out python_unittests_unix.pySimon Warta2017-08-041-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