diff options
| author | bwarsaw | 2002-03-13 06:00:59 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-13 06:00:59 +0000 |
| commit | 5c6b861ff98e00d8bd77b5dbdfe66afdc8a1f9c3 (patch) | |
| tree | 504468ea56c4b0b95d66020257af549618000fcb /tests | |
| parent | 37d2abf6e7a7ef36725fa8c78fc64bccde486c76 (diff) | |
| download | mailman-5c6b861ff98e00d8bd77b5dbdfe66afdc8a1f9c3.tar.gz mailman-5c6b861ff98e00d8bd77b5dbdfe66afdc8a1f9c3.tar.zst mailman-5c6b861ff98e00d8bd77b5dbdfe66afdc8a1f9c3.zip | |
Added lockfile test.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/testall.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testall.py b/tests/testall.py index 46ce9bbe7..0f6a9be27 100644 --- a/tests/testall.py +++ b/tests/testall.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 by the Free Software Foundation, Inc. +# Copyright (C) 2001,2002 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -19,7 +19,7 @@ import unittest MODULES = ('bounces', 'handlers', 'membership', 'safedict', - 'security_mgr', 'runners', + 'security_mgr', 'runners', 'lockfile', ) # test_message.py can only be run when mailmanctl is running, but mailmanctl |
