Skip to content
Snippets Groups Projects
Commit 9eb8819b authored by Issam E. Maghni's avatar Issam E. Maghni
Browse files

tests: use dynamic python path


Stop hardcoding the Python path to /usr/bin/python3. Not all systems
have Python installed to /usr/bin, and some users might have installed
Python to a custom location.

Instead, use /usr/bin/env, which performs a $PATH lookup to find the
Python executable.

Signed-off-by: default avatarIssam E. Maghni <issam.e.maghni@mailbox.org>
parent b4ecb55e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment