diff options
author | Volker Lendecke <vl@samba.org> | 2021-04-16 17:32:27 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2021-04-19 18:18:32 +0000 |
commit | 0f9867907797d3f8611c2488a9dfb059076721fb (patch) | |
tree | 7edd2f6f04558e76d1c02a617533394cb9767994 /source4/torture/local | |
parent | 439b7ccdc1b1c91c66c1a7c83e340fa044c26377 (diff) | |
download | samba-0f9867907797d3f8611c2488a9dfb059076721fb.tar.gz |
torture: Move sddl tests to python
This kind of test is better hosted in python than in C. More lines,
but the ones in source4/libcli/security/tests/sddl.c were preeetty
long...
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/local.c | 1 | ||||
-rw-r--r-- | source4/torture/local/wscript_build | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index d19b55e9502..eb4ba972c25 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -55,7 +55,6 @@ torture_local_socket, torture_pac, torture_local_resolve, - torture_local_sddl, torture_local_ndr, torture_local_tdr, torture_local_share, diff --git a/source4/torture/local/wscript_build b/source4/torture/local/wscript_build index f0ab0357986..8c4d78d82a0 100644 --- a/source4/torture/local/wscript_build +++ b/source4/torture/local/wscript_build @@ -13,7 +13,7 @@ TORTURE_LOCAL_SOURCE = '''../../../lib/util/charset/tests/iconv.c ../../../lib/util/tests/file.c ../../../lib/util/tests/genrand.c ../../../lib/compression/testsuite.c ../../../lib/util/charset/tests/charset.c ../../../lib/util/charset/tests/convert_string.c - ../../libcli/security/tests/sddl.c ../../../lib/tdr/testsuite.c + ../../../lib/tdr/testsuite.c ../../../lib/tevent/testsuite.c ../../param/tests/share.c ../../../lib/tevent/test_req.c ../../param/tests/loadparm.c local.c |