From: Noel Power Date: Tue, 24 Apr 2018 18:08:27 +0000 (+0100) Subject: s4/selftest: enable samba.tests.group for py3 X-Git-Tag: tdb-1.3.17~1923 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a167c449d152e232e47ee076b24fd9d7e539af64;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.group for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 9cab5200492..38572a18acf 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -636,7 +636,7 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.user_wdigest", planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.user") planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.user_virtualCryptSHA") planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.user_check_password_script", py3_compatible=True) -planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.group") +planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.group", py3_compatible=True) planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.ou") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.computer") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.forest")