X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/19210f529e50b1d1d66f7e3bdb31a76713b1a7c9..0808f3e85977428948be17783e31c14c4f4b8622:/test/common.sh.in diff --git a/test/common.sh.in b/test/common.sh.in index 1c1633ba..3e656599 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -152,7 +152,7 @@ setup_test () #### Don't test with sendmail because it would really send the #### mail. If configured to use sendmail, change to smtp instead #### so that we use fakesmtp. - sed -e 's/mts: *sendmail/mts: smtp/' "${MHMTSCONF}" >"${MHMTSCONF}.new" + sed -e 's/mts: *.*/mts: smtp/' "${MHMTSCONF}" >"${MHMTSCONF}.new" mv -f "${MHMTSCONF}.new" "${MHMTSCONF}" fi