summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/samba/tests/get_opt.py (renamed from python/samba/tests/getopt.py)0
-rw-r--r--selftest/tests.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/getopt.py b/python/samba/tests/get_opt.py
index 14ee0a7428b..14ee0a7428b 100644
--- a/python/samba/tests/getopt.py
+++ b/python/samba/tests/get_opt.py
diff --git a/selftest/tests.py b/selftest/tests.py
index 88a08c9724d..a3806ed4069 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -43,7 +43,7 @@ planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests
planpythontestsuite("none", "samba.tests.credentials")
planpythontestsuite("none", "samba.tests.registry")
planpythontestsuite("none", "samba.tests.auth")
-planpythontestsuite("none", "samba.tests.getopt")
+planpythontestsuite("none", "samba.tests.get_opt")
planpythontestsuite("none", "samba.tests.security")
planpythontestsuite("none", "samba.tests.dcerpc.misc")
planpythontestsuite("none", "samba.tests.param")