From: Noel Power Date: Tue, 24 Apr 2018 15:55:49 +0000 (+0100) Subject: s4/selftest: enable samba.tests.samba_tool.user_check_password_script py3 X-Git-Tag: tdb-1.3.17~1925 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=765b17627c0b1475ebb206526d2ee5433dcebb18;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.samba_tool.user_check_password_script py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 4cf6acdfb57..9cab5200492 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -635,7 +635,7 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.user") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.user_wdigest", py3_compatible=True) 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") +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.ou") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.computer")