From 5b33624113781bbe56956e4e09a4860dd507c9ed Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 24 Apr 2009 09:47:55 +0200 Subject: Rename the top-level LDB test to LOCAL-LDB, so it gets picked up by the script that determines the tests to run. --- source4/torture/torture.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index deae65c265..a9ec325dd6 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -50,7 +50,6 @@ _PUBLIC_ int torture_init(void) { extern NTSTATUS torture_base_init(void); extern NTSTATUS torture_ldap_init(void); - extern NTSTATUS torture_ldb_init(void); extern NTSTATUS torture_local_init(void); extern NTSTATUS torture_nbt_init(void); extern NTSTATUS torture_nbench_init(void); -- cgit