From: Baptiste Daroussin Date: Wed, 8 Mar 2023 14:37:47 +0000 (+0100) Subject: mlmmj-maintd: resend_queue: add a missing test X-Git-Tag: RELEASE_1_4_0b1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f74e0f02a54926ba4b681bffb5afb736670f1b66;p=thirdparty%2Fmlmmj.git mlmmj-maintd: resend_queue: add a missing test --- diff --git a/tests/mlmmj-maintd.sh b/tests/mlmmj-maintd.sh index ad45626e..eac7b8e3 100755 --- a/tests/mlmmj-maintd.sh +++ b/tests/mlmmj-maintd.sh @@ -882,11 +882,13 @@ resend_queue_body() echo "25678" > list/control/smtpport echo "heloname" > list/control/smtphelo touch list/queue/file + touch list/queue/plop.hey # no .mailfrom, no.reciptto no.reply-to but recent atf_check $mlmmjmaintd -L list -F atf_check -s exit:1 test -f mail-1.txt atf_check -s exit:0 test -f list/queue/file + atf_check -s exit:1 test -f list/queue/plop.hey touch -t 000101010101 list/queue/file # no .mailfrom, no.reciptto no.reply-to but recent