From f4458a5cef9b80e81aab598fc6095033111e5fa1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 18 Mar 2012 22:19:46 +0100 Subject: s4:selftest: add a new testsuite for the "samba-tool group" command --- source4/selftest/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/selftest') diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 8b44cdcbe6..63d1b80ef2 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -433,6 +433,7 @@ planpythontestsuite("none", "samba.tests.samba3sam") planpythontestsuite("dc:local", "samba.tests.samba_tool.timecmd") planpythontestsuite("dc:local", "samba.tests.samba_tool.user") +planpythontestsuite("dc:local", "samba.tests.samba_tool.group") planpythontestsuite("none", "subunit") planpythontestsuite("dc:local", "samba.tests.dcerpc.rpcecho") -- cgit