diff options
author | Jeremy Allison <jra@samba.org> | 2009-10-20 17:41:27 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-10-20 17:41:27 -0700 |
commit | 49b23fe248ae6582ad1c12c52c2cd7a658964c0c (patch) | |
tree | f51aae8db6c8df5f3fe077f1d6328bf8414c044a /source3 | |
parent | e58f8803811f72cbfb9ba2581a0da05e74b7e456 (diff) | |
download | samba-49b23fe248ae6582ad1c12c52c2cd7a658964c0c.tar.gz samba-49b23fe248ae6582ad1c12c52c2cd7a658964c0c.tar.xz samba-49b23fe248ae6582ad1c12c52c2cd7a658964c0c.zip |
Fix comments on new test.
Jeremy
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/torture.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 7b92beae26d..ca499a9fcc8 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -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; |