Some tests weren't using python3.

pull/1426/head
Roger A. Light 6 years ago
parent 1a8c44b84f
commit 8dcb993274

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Check whether an extended auth plugin can change the username of a client.

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from mosq_test_helper import *

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from mosq_test_helper import *

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Multi tests for extended auth with a single step.
# * Error in plugin

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Multi tests for extended auth with a single step - multiple plugins at once.
# * Error in plugin

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Test whether an unsupported extended auth is rejected.

Loading…
Cancel
Save