summaryrefslogtreecommitdiff
path: root/mailman/tests/testing.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/tests/testing.cfg.in')
-rw-r--r--mailman/tests/testing.cfg.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/mailman/tests/testing.cfg.in b/mailman/tests/testing.cfg.in
deleted file mode 100644
index e7b23ac6d..000000000
--- a/mailman/tests/testing.cfg.in
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- python -*-
-
-# Configuration file template for the unit test suite. We need this because
-# both the process running the tests and all sub-processes (e.g. qrunners)
-# must share the same configuration file.
-
-SMTPPORT = 10825
-MAX_RESTARTS = 1
-MTA = None
-USE_LMTP = Yes
-
-add_domain('example.com', 'www.example.com')
-
-# bin/testall will add additional runtime configuration variables here.