From 409ec584519b4ef45e28a7078ea2d234f6164081 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Fri, 22 Jan 2016 11:35:03 +1300 Subject: [PATCH] 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 Reviewed-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- python/samba/tests/{getopt.py => get_opt.py} | 0 selftest/tests.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename python/samba/tests/{getopt.py => get_opt.py} (100%) diff --git a/python/samba/tests/getopt.py b/python/samba/tests/get_opt.py similarity index 100% rename from python/samba/tests/getopt.py rename to python/samba/tests/get_opt.py diff --git a/selftest/tests.py b/selftest/tests.py index 20258bed3fe..c77ae12c393 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.param") -- 2.11.4.GIT