Skip to content

tests: Don't hard-code the path to python

Ting-Wei Lan requested to merge wip/lantw/dont-hard-code-usr-bin-python into master

Python isn't always installed in /usr/bin. If we hard-code the path, these tests will fail on *BSD because they install python in different prefixes such as /usr/local and /usr/pkg.

Merge request reports