Merge branch 'fixes'

pull/1431/head
Roger A. Light 6 years ago
commit a9d1a9f115

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