summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-12-12 13:43:21 +1300
committerNoel Power <npower@samba.org>2018-12-14 18:00:40 +0100
commitedfb6cb8223be430360c8372457880471a198630 (patch)
tree7cc22d3569f1c27ba93ebda2cd744ce676fc304b /selftest
parenta07279b78a83d7e62eb0c58a2ac989407a40fb6b (diff)
downloadsamba-edfb6cb8223be430360c8372457880471a198630.tar.gz
PY3: change shebang to python3 in misc dirs
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org> Autobuild-User(master): Noel Power <npower@samba.org> Autobuild-Date(master): Fri Dec 14 18:00:40 CET 2018 on sn-devel-144
Diffstat (limited to 'selftest')
-rwxr-xr-xselftest/filter-subunit2
-rwxr-xr-xselftest/format-subunit2
-rw-r--r--selftest/format-subunit-json2
3 files changed, 3 insertions, 3 deletions
diff --git a/selftest/filter-subunit b/selftest/filter-subunit
index a37b2a5fbdd..4340439dd3b 100755
--- a/selftest/filter-subunit
+++ b/selftest/filter-subunit
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Filter a subunit stream
# Copyright (C) 2009-2011 Jelmer Vernooij <jelmer@samba.org>
diff --git a/selftest/format-subunit b/selftest/format-subunit
index 9538ce19e9a..b27513a502a 100755
--- a/selftest/format-subunit
+++ b/selftest/format-subunit
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# vim: expandtab
# Pretty-format subunit output
# Copyright (C) 2008-2010 Jelmer Vernooij <jelmer@samba.org>
diff --git a/selftest/format-subunit-json b/selftest/format-subunit-json
index e612962e322..6f100e78445 100644
--- a/selftest/format-subunit-json
+++ b/selftest/format-subunit-json
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (C) 2008-2010 Jelmer Vernooij <jelmer@samba.org>
# Copyright (C) 2016 Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
# Published under the GNU GPL, v3 or later