diff options
author | Volker Lendecke <vl@samba.org> | 2012-01-05 15:46:22 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2012-01-05 20:29:59 +0100 |
commit | 515dfe6c7ff9f6aed94a51960bb26aabb6fb449b (patch) | |
tree | 40f38c00eacabf88b6bcefadd4d5207617a979da | |
parent | 5a8c88124b976a6ac09253b973b6f0d349f19610 (diff) | |
download | samba-515dfe6c7ff9f6aed94a51960bb26aabb6fb449b.tar.gz samba-515dfe6c7ff9f6aed94a51960bb26aabb6fb449b.tar.bz2 samba-515dfe6c7ff9f6aed94a51960bb26aabb6fb449b.zip |
s3: Clarify what CLEANUP1 does
-rw-r--r-- | source3/torture/test_cleanup.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |