summaryrefslogtreecommitdiff
path: root/t/lib-git-p4.sh
diff options
context:
space:
mode:
authorLuke Diamand <luke@diamand.org>2016-04-26 07:51:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-04-26 17:48:32 (GMT)
commit1fb3fb4e6d4709a3b8311deff4b109af67efb514 (patch)
treeaddc735dd5e1319ce0f734c9d52ec65c5ac4117d /t/lib-git-p4.sh
parent84096814a82eeb9c23bfc2b8ad7709d2c616b07d (diff)
downloadgit-1fb3fb4e6d4709a3b8311deff4b109af67efb514.zip
git-1fb3fb4e6d4709a3b8311deff4b109af67efb514.tar.gz
git-1fb3fb4e6d4709a3b8311deff4b109af67efb514.tar.bz2
git-p4 tests: time_in_seconds should use $PYTHON_PATH
The time_in_seconds script should use $PYTHON_PATH, rather than just hard-coded python, so that users can override which version gets used, as is done for other python invocations. Signed-off-by: Luke Diamand <luke@diamand.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-git-p4.sh')
-rw-r--r--t/lib-git-p4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-git-p4.sh b/t/lib-git-p4.sh
index 7393ee2..012d40e 100644
--- a/t/lib-git-p4.sh
+++ b/t/lib-git-p4.sh
@@ -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