diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-10-17 14:54:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:21:19 -0500 |
commit | 8acb0575c716c8ca680835764cd3bc5483f3707c (patch) | |
tree | 615bf2db4d5bfd2262830e34082b34220503d0fb /source4/torture/local | |
parent | d60c86364c396adee36aa5d353aa782bbf26e01e (diff) | |
download | samba-8acb0575c716c8ca680835764cd3bc5483f3707c.tar.gz samba-8acb0575c716c8ca680835764cd3bc5483f3707c.tar.bz2 samba-8acb0575c716c8ca680835764cd3bc5483f3707c.zip |
r19373: Merge changes from subunit branch: Convert libreplace testsuite to a
standalone program that speaks subunit.
(This used to be commit 48d316e7594dfc29b8e6a710e32bb5a6a036b7cf)
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/config.mk | 2 | ||||
-rw-r--r-- | source4/torture/local/local.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index a997732c29..55659447ec 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -7,8 +7,6 @@ PRIVATE_PROTO_HEADER = \ proto.h OBJ_FILES = \ iconv.o \ - ../../lib/replace/test/testsuite.o \ - ../../lib/replace/test/os2_delete.o \ ../../lib/crypto/md4test.o \ ../../lib/crypto/md5test.o \ ../../lib/crypto/hmacmd5test.o \ diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 2408971199..3846c3b18c 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -53,7 +53,6 @@ NTSTATUS torture_local_init(void) talloc_autofree_context(), "LOCAL"); - torture_suite_add_simple_test(suite, "REPLACE", torture_local_replace); torture_suite_add_simple_test(suite, "CRYPTO-SHA1", torture_local_crypto_sha1); torture_suite_add_simple_test(suite, |