X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/374ece2e88368afd6e0a29c4ee4b75ffa9e28b39..a95303a164651f8c6c7b72e461a782f49bae8a9f:/test/post/test-mts?ds=sidebyside diff --git a/test/post/test-mts b/test/post/test-mts index 29fb4787..82663231 100755 --- a/test/post/test-mts +++ b/test/post/test-mts @@ -47,10 +47,10 @@ 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: option switches for send +# $1: -mts switch selection # remaining arguments: expected output(s) test_sendmail () { @@ -148,6 +148,7 @@ This is a test EOF cat > "${testname}.expected2" < Date: Subject: Test