summaryrefslogtreecommitdiff
path: root/testsuite/mockmail.at
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/mockmail.at')
-rw-r--r--testsuite/mockmail.at12
1 files changed, 8 insertions, 4 deletions
diff --git a/testsuite/mockmail.at b/testsuite/mockmail.at
index 20fd7d199..c3ffee520 100644
--- a/testsuite/mockmail.at
+++ b/testsuite/mockmail.at
@@ -36,7 +36,8 @@ Message text.
Please discard.
])
-AT_CHECK([mockmail root < msg0
+AT_CHECK([unset MAIL_DUMP
+mockmail root < msg0
cat mail.dump
],
[0],
@@ -54,7 +55,8 @@ Please discard.
]])
-AT_CHECK([mockmail -oi gray root < msg
+AT_CHECK([unset MAIL_DUMP
+mockmail -oi gray root < msg
cat mail.dump
],
[0],
@@ -72,7 +74,8 @@ Please discard.
]])
-AT_CHECK([mockmail -oi -f gray@example.com root < msg
+AT_CHECK([unset MAIL_DUMP
+mockmail -oi -f gray@example.com root < msg
cat mail.dump
],
[0],
@@ -90,7 +93,8 @@ Please discard.
]])
-AT_CHECK([mockmail -oi -t < msg
+AT_CHECK([unset MAIL_DUMP
+mockmail -oi -t < msg
cat mail.dump
],
[0],

Return to:

Send suggestions and report system problems to the System administrator.