summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2019-03-07 12:12:00 +1300
committerNoel Power <npower@samba.org>2019-03-07 13:03:56 +0000
commit80cf852dbe4a8091e81e1515351aff393fc12af5 (patch)
tree9b02d2a9cd7d0780bf0f09024f6769b867820d0a /python
parent10109f62ceb0cb435be3c521bd281eae48077535 (diff)
downloadsamba-80cf852dbe4a8091e81e1515351aff393fc12af5.tar.gz
subunit/run.py: change shebang to python3
always use explicit python version at current stage. Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Noel Power <npower@samba.org> Autobuild-User(master): Noel Power <npower@samba.org> Autobuild-Date(master): Thu Mar 7 13:03:56 UTC 2019 on sn-devel-144
Diffstat (limited to 'python')
-rwxr-xr-xpython/samba/subunit/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/subunit/run.py b/python/samba/subunit/run.py
index 89ca8a8050b..e369b15aa02 100755
--- a/python/samba/subunit/run.py
+++ b/python/samba/subunit/run.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
#
# Simple subunit testrunner for python
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2014