diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-28 13:39:12 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-28 17:23:27 +0100 |
commit | ca495e67b2c2c8b50e16c5bcfcafdc5c2ae5bc72 (patch) | |
tree | c7f62b3b01b9590e805e25465fc0ce248c4e0a08 /source4/selftest | |
parent | 979d298b0d6e5692f606a5bfe21a64d1ecce5613 (diff) | |
download | samba-ca495e67b2c2c8b50e16c5bcfcafdc5c2ae5bc72.tar.gz samba-ca495e67b2c2c8b50e16c5bcfcafdc5c2ae5bc72.tar.bz2 samba-ca495e67b2c2c8b50e16c5bcfcafdc5c2ae5bc72.zip |
samba.hostconfig: Move samba.shares into samba.hostconfig.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 180f089642..bf63c97655 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -477,7 +477,7 @@ planpythontestsuite("dc:local", "samba.tests.dcerpc.bare") planpythontestsuite("dc:local", "samba.tests.dcerpc.unix") planpythontestsuite("none", "samba.tests.dcerpc.rpc_talloc") planpythontestsuite("none", "samba.tests.samdb") -planpythontestsuite("none", "samba.tests.shares") +planpythontestsuite("none", "samba.tests.hostconfig") planpythontestsuite("none", "samba.tests.messaging") planpythontestsuite("none", "samba.tests.samba3sam") planpythontestsuite("none", "subunit") |