X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1d03fb9aeca8ed1d59e41b938629e9d9ff8f49bf..be5ee307cc4ab5db4387fea8d5f6b8caf748ab31:/test/post/test-post-aliases diff --git a/test/post/test-post-aliases b/test/post/test-post-aliases index bd9123ec..fbec4bc0 100755 --- a/test/post/test-post-aliases +++ b/test/post/test-post-aliases @@ -74,6 +74,7 @@ test_alias () # check blind list +start_test "blind list" cat >"${MH_TEST_DIR}/Mail/draft" < To: blind_list @@ -122,6 +123,7 @@ test_post "${testname}.actual" "${testname}.expected" \ "-alias ${MH_TEST_DIR}/Mail/aliases" # check named list (alias followed by ;) +start_test "named list (alias followed by ;)" cat >"${MH_TEST_DIR}/Mail/draft" < To: named.list @@ -144,6 +146,7 @@ EOF test_alias sendmail/smtp "${testname}.expected" # check blind list with -mts sendmail/pipe, which should fail +start_test "blind list with -mts sendmail/pipe, which should fail" cat >"${MH_TEST_DIR}/Mail/draft" < To: blind_list @@ -160,6 +163,7 @@ EOF test_alias sendmail/pipe "${testname}.expected" # check that alias expansion happens in the From: line when doing a bcc +start_test "that alias expansion happens in the From: line when doing a bcc" cat >"${MH_TEST_DIR}/Mail/draft" <