summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-11-25 17:43:37 +0100
committerRalph Boehme <slow@samba.org>2019-12-20 06:08:40 +0000
commitac115db1fcaae7913dd1e62a5558272e235264e6 (patch)
treeb4ccde27f0d9e7c86475fe4830f9f924849af86b /source4
parentf3f22851ff12014452202c1eba4d96ac8db33645 (diff)
downloadsamba-ac115db1fcaae7913dd1e62a5558272e235264e6.tar.gz
selftest: run samba.tests.samba_tool.user against ad_dc_ntvfs:local explicitly
No change in behaviour. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andreas Schneider <asn@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 9aee31f14db..121ef2bd691 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -692,7 +692,7 @@ for env in ["ad_dc_ntvfs", "ad_dc", "offlinebackupdc", "renamedc",
planpythontestsuite(env + ":local", "samba.tests.samba_tool.gpo")
planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.processes")
-planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.user")
+planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.user")
planpythontestsuite("ad_dc_default: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")