summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-11-17 16:43:27 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-11-17 16:43:27 +0200
commit9d9afa6327d3eeb23c20bc408e94a600f7f94dab (patch)
tree0e2d1257fe71d8891a7bec9dcf0d4bed58075387
parentbf5c9b6846bfee6e6dd099836a82bfb6fd248106 (diff)
downloadmailutils-9d9afa6327d3eeb23c20bc408e94a600f7f94dab.tar.gz
mailutils-9d9afa6327d3eeb23c20bc408e94a600f7f94dab.tar.bz2
Fix mda (lmtpd) testsuite: don't assume mbox as the default format
-rw-r--r--mda/lmtpd/tests/Makefile.am1
-rw-r--r--mda/tests/mda.inc2
2 files changed, 2 insertions, 1 deletions
diff --git a/mda/lmtpd/tests/Makefile.am b/mda/lmtpd/tests/Makefile.am
index 3716ece78..d3828dcd7 100644
--- a/mda/lmtpd/tests/Makefile.am
+++ b/mda/lmtpd/tests/Makefile.am
@@ -17,3 +17,4 @@
include $(top_srcdir)/testsuite/testsuite.am
AUTOTEST_INCLUDES += -I $(srcdir)/../../tests
TESTSUITE_AT += lmtpd.at
+testsuite: $(srcdir)/../../tests/mda.inc $(top_srcdir)/testsuite/testsuite.inc
diff --git a/mda/tests/mda.inc b/mda/tests/mda.inc
index ed60578c3..75cff737b 100644
--- a/mda/tests/mda.inc
+++ b/mda/tests/mda.inc
@@ -1,7 +1,7 @@
m4_include([testsuite.inc])
m4_define([MDA_OPTIONS],[dnl
---set '|mailbox|mailbox-pattern='`pwd`/spool/'${user}' dnl
+--set '|mailbox|mailbox-pattern=mbox://'`pwd`'/spool/${user}' dnl
--set .auth.authorization=system])

Return to:

Send suggestions and report system problems to the System administrator.