summaryrefslogtreecommitdiff
path: root/libproto/dotmail/tests/testsuite.at
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/dotmail/tests/testsuite.at')
-rw-r--r--libproto/dotmail/tests/testsuite.at15
1 files changed, 10 insertions, 5 deletions
diff --git a/libproto/dotmail/tests/testsuite.at b/libproto/dotmail/tests/testsuite.at
index 12a3b506e..38f8582dc 100644
--- a/libproto/dotmail/tests/testsuite.at
+++ b/libproto/dotmail/tests/testsuite.at
@@ -1,5 +1,5 @@
# GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2019 Free Software Foundation, Inc.
+# Copyright (C) 2019-2024 Free Software Foundation, Inc.
#
# This library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
@@ -22,7 +22,8 @@ m4_define([DM_TEST],
AT_CHECK(
[AT_DATA([dmbx],[$3])
MAIL=./dmbx
-export MAIL
+TZ=0
+export MAIL TZ
$2
],
[0],
@@ -35,10 +36,11 @@ m4_define([DM_MESG],
AT_CHECK(
[AT_DATA([dmbx],[$2])
AT_DATA([input],[$5])
-MAIL=./dmbx
-export MAIL
$3
-dm_mesg < input
+MAIL=./dmbx
+TZ=0
+export MAIL TZ
+mbop < input
$4
],
[0],
@@ -57,7 +59,10 @@ m4_include([uidvalidity.at])
m4_include([uid.at])
m4_include([qget.at])
m4_include([append.at])
+m4_include([notify.at])
m4_include([delete.at])
+m4_include([uidnext.at])
m4_include([autodetect.at])
m4_include([setattr.at])
+m4_include([rospool.at])

Return to:

Send suggestions and report system problems to the System administrator.