s3: Clarify what CLEANUP1 does
authorVolker Lendecke <vl@samba.org>
Thu, 5 Jan 2012 14:46:22 +0000 (15:46 +0100)
committerVolker Lendecke <vlendec@samba.org>
Thu, 5 Jan 2012 19:29:59 +0000 (20:29 +0100)
source3/torture/test_cleanup.c

index 724867628b9f8e2d688d7bceb5643e7cf4e828c2..4e89893bcd1cd211e563967d39a1ed54b306e5c6 100644 (file)
@@ -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;