diff options
author | Andreas Schneider <asn@samba.org> | 2013-07-03 14:07:30 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-04-17 14:56:06 +0200 |
commit | f95e86828a33690f7bb22d320d6781f2b749f8e1 (patch) | |
tree | 5c2c6b5fe939a2f1e963299bdb0c9f843df8bb9a /source3/selftest | |
parent | 115a80d3812c1bca35e6e126c067885e53302dcd (diff) | |
download | samba-f95e86828a33690f7bb22d320d6781f2b749f8e1.tar.gz samba-f95e86828a33690f7bb22d320d6781f2b749f8e1.tar.xz samba-f95e86828a33690f7bb22d320d6781f2b749f8e1.zip |
s4-torture: Remove nss_wrapper testsuite.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index e64cf77dcd..4357ed9391 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -306,7 +306,7 @@ rpc = ["rpc.authcontext", "rpc.samba3.bind", "rpc.samba3.srvsvc", "rpc.samba3.sh "rpc.netlogon.admin", "rpc.schannel", "rpc.schannel2", "rpc.bench-schannel1", "rpc.join", "rpc.bind"] -local = ["local.nss-wrapper", "local.ndr"] +local = ["local.ndr"] winbind = ["winbind.struct", "winbind.wbclient", "winbind.pac"] |