From: Garming Sam Date: Thu, 21 Jan 2016 22:35:03 +0000 (+1300) Subject: CVE-2016-0771: tests: rename test getopt to get_opt X-Git-Tag: samba-4.1.23~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feadfc41a1f1223d59c8c0e9427d6a8bdb9a5e94;p=thirdparty%2Fsamba.git 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 --- 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 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")