diff options
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/config.mk | 1 | ||||
-rw-r--r-- | source4/torture/local/local.c | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 682fb55416..a997732c29 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -7,7 +7,6 @@ PRIVATE_PROTO_HEADER = \ proto.h OBJ_FILES = \ iconv.o \ - ../../lib/talloc/testsuite.o \ ../../lib/replace/test/testsuite.o \ ../../lib/replace/test/os2_delete.o \ ../../lib/crypto/md4test.o \ diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 42fe94bc92..2408971199 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -52,12 +52,7 @@ NTSTATUS torture_local_init(void) struct torture_suite *suite = torture_suite_create( talloc_autofree_context(), "LOCAL"); - struct torture_suite *talloc_suite = torture_suite_create( - talloc_autofree_context(), - "TALLOC"); - torture_local_talloc(talloc_suite); - torture_suite_add_suite(suite, talloc_suite); torture_suite_add_simple_test(suite, "REPLACE", torture_local_replace); torture_suite_add_simple_test(suite, "CRYPTO-SHA1", torture_local_crypto_sha1); |