From: Noel Power Date: Wed, 28 Mar 2018 09:33:12 +0000 (+0100) Subject: samba python tests: enable samba.tests.ntacls for python3 X-Git-Tag: talloc-2.1.13~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05617a9eee726682e5b2db1e42d2181097bd37c4;p=thirdparty%2Fsamba.git samba python tests: enable samba.tests.ntacls for python3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/selftest/tests.py b/selftest/tests.py index 1dbbb0e5fc2..c3def9432ed 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -147,7 +147,7 @@ plantestsuite( '$PREFIX_ABS/provision', configuration]) planpythontestsuite("none", "samba.tests.upgradeprovision") planpythontestsuite("none", "samba.tests.xattr", py3_compatible=True) -planpythontestsuite("none", "samba.tests.ntacls") +planpythontestsuite("none", "samba.tests.ntacls", py3_compatible=True) planpythontestsuite("none", "samba.tests.policy", py3_compatible=True) planpythontestsuite("none", "samba.tests.kcc.graph") planpythontestsuite("none", "samba.tests.kcc.graph_utils")