X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9f8f8b1e1d553774865f2c177191c359c3dc652c..3c0c7703cd4267119943391e31aa3b7e9d708fa7:/test/post/test-mts diff --git a/test/post/test-mts b/test/post/test-mts index 60115495..afcd1319 100755 --- a/test/post/test-mts +++ b/test/post/test-mts @@ -47,14 +47,14 @@ test_post "${testname}.actual" "${testname}.expected" "-mts smtp" #### Rely on sendmail/smtp or sendmail/pipe below to override default mts. mts_fakesendmail="${MHMTSCONF}-fakesendmail" cp "${MHMTSCONF}" "$mts_fakesendmail" -printf "%s\n" "sendmail: ${srcdir}/test/fakesendmail" >>"$mts_fakesendmail" +printf 'sendmail: %s/test/fakesendmail\n' "$srcdir" >>"$mts_fakesendmail" MHMTSCONF="$mts_fakesendmail" # $1: -mts switch selection # remaining arguments: expected output(s) test_sendmail () { - send -draft -mts "$1" + run_prog send -draft -mts "$1" shift # fakesendmail drops the message and any cc's into this mbox. @@ -148,6 +148,7 @@ This is a test EOF cat > "${testname}.expected2" < Date: Subject: Test