From 515dfe6c7ff9f6aed94a51960bb26aabb6fb449b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Jan 2012 15:46:22 +0100 Subject: s3: Clarify what CLEANUP1 does --- source3/torture/test_cleanup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/test_cleanup.c b/source3/torture/test_cleanup.c index 724867628b..4e89893bcd 100644 --- a/source3/torture/test_cleanup.c +++ b/source3/torture/test_cleanup.c @@ -30,7 +30,8 @@ bool run_cleanup1(int dummy) uint16_t fnum; NTSTATUS status; - printf("Starting cleanup1 test\n"); + printf("CLEANUP1: Checking that a conflicting share mode is cleaned " + "up\n"); if (!torture_open_connection(&cli, 0)) { return false; -- cgit