summaryrefslogtreecommitdiff
path: root/wintest
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-12-12 13:37:10 +1300
committerNoel Power <npower@samba.org>2018-12-14 14:40:20 +0100
commitc65a70781da987b4ea445b3ad79784b508170bf5 (patch)
treeb8b8544f2fbf3f77ce5a6172f856feb4cdfc7afb /wintest
parent9d8e35ab97c0e613761136a3495515b18c85a157 (diff)
downloadsamba-c65a70781da987b4ea445b3ad79784b508170bf5.tar.gz
PY3: change shebang to python3 in wintest dir
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
Diffstat (limited to 'wintest')
-rwxr-xr-xwintest/test-s3.py2
-rwxr-xr-xwintest/test-s4-howto.py2
-rw-r--r--wintest/wintest.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/wintest/test-s3.py b/wintest/test-s3.py
index 0c270ea8f9a..1c5142bea56 100755
--- a/wintest/test-s3.py
+++ b/wintest/test-s3.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
'''automated testing of Samba3 against windows'''
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py
index ac550b2e4d0..5102387124a 100755
--- a/wintest/test-s4-howto.py
+++ b/wintest/test-s4-howto.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
'''automated testing of the steps of the Samba4 HOWTO'''
diff --git a/wintest/wintest.py b/wintest/wintest.py
index 4152069bbdf..c239bab5506 100644
--- a/wintest/wintest.py
+++ b/wintest/wintest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
'''automated testing library for testing Samba against windows'''