Commit 32960d03 32960d034c9cfdc0ada989e2aa6ddde8547c3acc by Sergey Poznyakoff

Call mail_stop at the end.

1 parent bc2b8129
......@@ -50,6 +50,6 @@ mail_test -message "alias pretenders" "alias"\
"staff alice tweedledum tweedledee"\
"messengers haigha hatta"
mail_exit
mail_stop
return 0
......
......@@ -56,4 +56,6 @@ mail_test "sum" \
mail_test "headers" \
">N 1 Sergey Poznyakoff Sun Jul 16 12:11 12/425 MBOX"
mail_stop
#End of folder.exp
......
......@@ -473,5 +473,5 @@ mail_test -message "working retain" "print 2"\
"exactly know what they are! However, SOMEBODY killed SOMETHING:"\
"that's clear, at any rate..."
#mail_exit
mail_stop
return 0
......
......@@ -32,6 +32,8 @@ mail_test -noprompt "~m"\
mail_test "."
mail_stop
mu_test_file "$MU_FOLDER_DIR/mta.diag" \
-re "ENVELOPE FROM: \[^\r\n\]*"\
"ENVELOPE TO: <foobar@nonexistent.net>,<bar@dontmailme.org>"\
......@@ -89,4 +91,5 @@ mu_test_file "$MU_FOLDER_DIR/mta.diag" \
" 51: "\
"END OF MESSAGE"
# End of send.exp
......
......@@ -99,4 +99,5 @@ mail_test "print 2" \
mail_test "from :r" \
">R 2 Alice Mon Jul 29 22:00 10/311 Re: Invitation"
mail_stop
# End of tag.exp
......
......@@ -100,5 +100,6 @@ mu_test_file "$MU_FOLDER_DIR/hare" \
"I don't see any wine" \
"There isn't any"
mail_stop
# End of write.exp
......