test-lib: add in-shell "env" replacement
[gitweb.git] / t / lib-git-p4.sh
index 7393ee25050891d1002bd09a13202b5b165d6bf6..012d40e74695f8c195236a22802fd3ca6d60a8d8 100644 (file)
@@ -50,7 +50,7 @@ native_path() {
 # at runtime (e.g. via NTP). The 'clock_gettime(CLOCK_MONOTONIC)'
 # function could fix that but it is not in Python until 3.3.
 time_in_seconds() {
-       (cd / && python -c 'import time; print(int(time.time()))')
+       (cd / && "$PYTHON_PATH" -c 'import time; print(int(time.time()))')
 }
 
 # Try to pick a unique port: guess a large number, then hope