PY3: change shebang to python3 in wintest dir
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 12 Dec 2018 00:37:10 +0000 (13:37 +1300)
committerNoel Power <npower@samba.org>
Fri, 14 Dec 2018 13:40:20 +0000 (14:40 +0100)
Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
wintest/test-s3.py
wintest/test-s4-howto.py
wintest/wintest.py

index 0c270ea8f9a24e61f3e1640cdbaf89fef758605e..1c5142bea56fc874ff64fa805898d7cd3c5cf38d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 '''automated testing of Samba3 against windows'''
 
index ac550b2e4d06f1f18ad7482fd30d5b255475eab6..5102387124a5e98223d1a3da5bd900bef17e3c63 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 '''automated testing of the steps of the Samba4 HOWTO'''
 
index 4152069bbdf59a7012132b6d829117c697761e0b..c239bab5506cc68c1cf25ca28560460bd77e6adb 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 '''automated testing library for testing Samba against windows'''