summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-03-28 10:33:12 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-04-05 08:59:09 +0200
commit05617a9eee726682e5b2db1e42d2181097bd37c4 (patch)
tree3e564733118e5f68b31e0a7615a0c0c13f060813 /selftest
parented0844fbb9b7d0f3fe0358cde16b31e453b7306d (diff)
downloadsamba-05617a9eee726682e5b2db1e42d2181097bd37c4.tar.gz
samba python tests: enable samba.tests.ntacls for python3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
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")