From 8acb0575c716c8ca680835764cd3bc5483f3707c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 17 Oct 2006 14:54:47 +0000 Subject: r19373: Merge changes from subunit branch: Convert libreplace testsuite to a standalone program that speaks subunit. (This used to be commit 48d316e7594dfc29b8e6a710e32bb5a6a036b7cf) --- source4/torture/local/local.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/torture/local/local.c') 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, -- cgit