From 0d0141893ea91f3d1e67257f94a0327f8b7c56a9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Jan 2012 09:23:42 +0100 Subject: s3: Add a test excercising the share mode cleanup routine --- source3/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 619f92dc6c..9d18f72271 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8879,6 +8879,7 @@ static struct { { "SMB2-TCON-DEPENDENCE", run_smb2_tcon_dependence }, { "SMB2-MULTI-CHANNEL", run_smb2_multi_channel }, { "SMB2-SESSION-REAUTH", run_smb2_session_reauth }, + { "CLEANUP1", run_cleanup1 }, { "LOCAL-SUBSTITUTE", run_local_substitute, 0}, { "LOCAL-GENCACHE", run_local_gencache, 0}, { "LOCAL-TALLOC-DICT", run_local_talloc_dict, 0}, -- cgit