From b58deeea692fc28827e249f0fc4a9d39263a4095 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 16 Oct 2006 23:09:15 +0000 Subject: r19350: Properly list LOCAL-TALLOC under the "LOCAL" header. Support directories for subcategories in tests. Several small other fixes. (This used to be commit bde00d97068d559b025ab131ff698a82430d14b3) --- source4/torture/torture.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'source4/torture/torture.h') diff --git a/source4/torture/torture.h b/source4/torture/torture.h index 1a1cd7aba9..a88c1c3654 100644 --- a/source4/torture/torture.h +++ b/source4/torture/torture.h @@ -26,12 +26,7 @@ struct smbcli_state; -struct torture_suite_list { - struct torture_suite *suite; - struct torture_suite_list *prev, *next; -}; - -extern struct torture_suite_list * torture_suites; +extern struct torture_suite *torture_root; extern BOOL use_oplocks; extern BOOL torture_showall; -- cgit