summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-04-27 13:05:15 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-03 03:22:23 +0200
commit7a2df705f6a834194e2e50210bf36a0d425a8fa1 (patch)
treed96d7f0eb667a4003dc8697429c8423480afd6da /source4
parent84c890b244c6a72c9be18e91b508e186ae51046c (diff)
downloadsamba-7a2df705f6a834194e2e50210bf36a0d425a8fa1.tar.gz
s4/selftest: enable samba.tests.samba_tool.ntacl for Py3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 51ce544a7aa..febdeb2c252 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -641,7 +641,7 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.ou", py3_compat
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.computer")
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.forest")
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.schema")
-planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.ntacl")
+planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.ntacl", py3_compatible=True)
planpythontestsuite("none", "samba.tests.samba_tool.provision_password_check")
planpythontestsuite("none", "samba.tests.samba_tool.help")
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.passwordsettings")