samba python tests: enable samba.tests.ntacls for python3
authorNoel Power <noel.power@suse.com>
Wed, 28 Mar 2018 09:33:12 +0000 (10:33 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 5 Apr 2018 06:59:09 +0000 (08:59 +0200)
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>
selftest/tests.py

index 1dbbb0e5fc2f0a7e382e62aa02cf03c5664b81e3..c3def9432edfbdafef0ccd8f07fa5b81a4ea2d58 100644 (file)
@@ -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")