Fix comments on new test.
authorJeremy Allison <jra@samba.org>
Wed, 21 Oct 2009 00:41:27 +0000 (17:41 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 21 Oct 2009 00:41:27 +0000 (17:41 -0700)
Jeremy

source3/torture/torture.c

index 7b92beae26da79d13c68305bf497a89406356613..ca499a9fcc8326f141a2e7bc2ee7491ceb30a99e 100644 (file)
@@ -2,6 +2,7 @@
    Unix SMB/CIFS implementation.
    SMB torture tester
    Copyright (C) Andrew Tridgell 1997-1998
+   Copyright (C) Jeremy Allison 2009
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -2179,9 +2180,8 @@ fail:
 /*
  * This test is designed to be run in conjunction with
  * external NFS or POSIX locks taken in the filesystem.
- * It will block until the lock is taken (and is designed
- * to do so). Check out scripts/tests/test_nfslock_s3.sh.
- * JRA.
+ * It checks that the smbd server will block until the
+ * lock is released and then acquire it. JRA.
  */
 
 static bool got_alarm;