summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2016-01-22 11:35:03 +1300
committerKarolin Seeger <kseeger@samba.org>2016-02-24 11:43:43 +0100
commit0dea999de7eb30db1162e467e93daa15839696ca (patch)
treea464446ab696b476959fc2000bd13ac2d3fee437
parentad5e885c2b0f58888237b409076113d4b06686db (diff)
downloadsamba-0dea999de7eb30db1162e467e93daa15839696ca.tar.gz
CVE-2016-0771: tests: rename test getopt to get_opt
This avoids any conflicts in this directory with the original toplevel getopt. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11128 BUG: https://bugzilla.samba.org/show_bug.cgi?id=11686 Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-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 872fbaf0094..2a07f9ece69 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -48,7 +48,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.dcerpc.integer")