Some tests weren't using python3.

This commit is contained in:
Roger A. Light 2019-09-23 22:45:27 +01:00
parent 1a8c44b84f
commit 8dcb993274
6 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

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

View File

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

View File

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

View File

@ -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

View File

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