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"\ ...@@ -50,6 +50,6 @@ mail_test -message "alias pretenders" "alias"\
50 "staff alice tweedledum tweedledee"\ 50 "staff alice tweedledum tweedledee"\
51 "messengers haigha hatta" 51 "messengers haigha hatta"
52 52
53 mail_exit 53 mail_stop
54 54
55 return 0 55 return 0
......
...@@ -56,4 +56,6 @@ mail_test "sum" \ ...@@ -56,4 +56,6 @@ mail_test "sum" \
56 mail_test "headers" \ 56 mail_test "headers" \
57 ">N 1 Sergey Poznyakoff Sun Jul 16 12:11 12/425 MBOX" 57 ">N 1 Sergey Poznyakoff Sun Jul 16 12:11 12/425 MBOX"
58 58
59 mail_stop
60
59 #End of folder.exp 61 #End of folder.exp
......
...@@ -473,5 +473,5 @@ mail_test -message "working retain" "print 2"\ ...@@ -473,5 +473,5 @@ mail_test -message "working retain" "print 2"\
473 "exactly know what they are! However, SOMEBODY killed SOMETHING:"\ 473 "exactly know what they are! However, SOMEBODY killed SOMETHING:"\
474 "that's clear, at any rate..." 474 "that's clear, at any rate..."
475 475
476 #mail_exit 476 mail_stop
477 return 0 477 return 0
......
...@@ -32,6 +32,8 @@ mail_test -noprompt "~m"\ ...@@ -32,6 +32,8 @@ mail_test -noprompt "~m"\
32 32
33 mail_test "." 33 mail_test "."
34 34
35 mail_stop
36
35 mu_test_file "$MU_FOLDER_DIR/mta.diag" \ 37 mu_test_file "$MU_FOLDER_DIR/mta.diag" \
36 -re "ENVELOPE FROM: \[^\r\n\]*"\ 38 -re "ENVELOPE FROM: \[^\r\n\]*"\
37 "ENVELOPE TO: <foobar@nonexistent.net>,<bar@dontmailme.org>"\ 39 "ENVELOPE TO: <foobar@nonexistent.net>,<bar@dontmailme.org>"\
...@@ -89,4 +91,5 @@ mu_test_file "$MU_FOLDER_DIR/mta.diag" \ ...@@ -89,4 +91,5 @@ mu_test_file "$MU_FOLDER_DIR/mta.diag" \
89 " 51: "\ 91 " 51: "\
90 "END OF MESSAGE" 92 "END OF MESSAGE"
91 93
94
92 # End of send.exp 95 # End of send.exp
......
...@@ -99,4 +99,5 @@ mail_test "print 2" \ ...@@ -99,4 +99,5 @@ mail_test "print 2" \
99 mail_test "from :r" \ 99 mail_test "from :r" \
100 ">R 2 Alice Mon Jul 29 22:00 10/311 Re: Invitation" 100 ">R 2 Alice Mon Jul 29 22:00 10/311 Re: Invitation"
101 101
102 mail_stop
102 # End of tag.exp 103 # End of tag.exp
......
...@@ -100,5 +100,6 @@ mu_test_file "$MU_FOLDER_DIR/hare" \ ...@@ -100,5 +100,6 @@ mu_test_file "$MU_FOLDER_DIR/hare" \
100 "I don't see any wine" \ 100 "I don't see any wine" \
101 "There isn't any" 101 "There isn't any"
102 102
103 103 mail_stop
104 # End of write.exp
104 105
......