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-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=05617a9eee726682e5b2db1e42d2181097bd37c4 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 1dbbb0e5fc2f..c3def9432edf 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")