summaryrefslogtreecommitdiff
path: root/src/mailman/runners/tests
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-23 19:44:24 -0400
committerBarry Warsaw2012-03-23 19:44:24 -0400
commit6c3c05c73a65ed8d8811935d737ed7d8be2fee48 (patch)
tree8649b77fa3b8b7c4e77404f02a777a40019692e2 /src/mailman/runners/tests
parent25a392bf5c1a8d4d2bc63d51697350fc7dbd48bc (diff)
downloadmailman-6c3c05c73a65ed8d8811935d737ed7d8be2fee48.tar.gz
mailman-6c3c05c73a65ed8d8811935d737ed7d8be2fee48.tar.zst
mailman-6c3c05c73a65ed8d8811935d737ed7d8be2fee48.zip
Test repair.
Diffstat (limited to 'src/mailman/runners/tests')
-rw-r--r--src/mailman/runners/tests/test_owner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/tests/test_owner.py b/src/mailman/runners/tests/test_owner.py
index 8264ef0d8..622bb2255 100644
--- a/src/mailman/runners/tests/test_owner.py
+++ b/src/mailman/runners/tests/test_owner.py
@@ -86,7 +86,7 @@ class TestEmailToOwner(unittest.TestCase):
def wait():
get_lmtp_client(quiet=True)
lmtpd = TestableMaster(wait)
- lmtpd.start()
+ lmtpd.start('lmtp')
# Post a message to the list's -owner address, and all the owners will
# get a copy of the message.
lmtp = get_lmtp_client(quiet=True)