summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/tests/bind.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/credentials/tests/bind.py')
-rwxr-xr-xsource4/auth/credentials/tests/bind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/credentials/tests/bind.py b/source4/auth/credentials/tests/bind.py
index 7bfc1f53a6..c59e714a88 100755
--- a/source4/auth/credentials/tests/bind.py
+++ b/source4/auth/credentials/tests/bind.py
@@ -12,8 +12,8 @@ import time
sys.path.append("bin/python")
import samba
-samba.ensure_external_module("subunit", "subunit/python")
samba.ensure_external_module("testtools", "testtools")
+samba.ensure_external_module("subunit", "subunit/python")
import samba.getopt as options