summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-21 13:50:03 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-21 13:50:03 +0000
commit32960d034c9cfdc0ada989e2aa6ddde8547c3acc (patch)
tree55b450a22bf6f54be6e73a464b0895a1fe8854ab /mail
parentbc2b8129d7ea25df488a988b486ec0fdd6a2a3d4 (diff)
downloadmailutils-32960d034c9cfdc0ada989e2aa6ddde8547c3acc.tar.gz
mailutils-32960d034c9cfdc0ada989e2aa6ddde8547c3acc.tar.bz2
Call mail_stop at the end.
Diffstat (limited to 'mail')
-rw-r--r--mail/testsuite/mail/alias.exp2
-rw-r--r--mail/testsuite/mail/folder.exp2
-rw-r--r--mail/testsuite/mail/read.exp2
-rw-r--r--mail/testsuite/mail/send.exp3
-rw-r--r--mail/testsuite/mail/tag.exp1
-rw-r--r--mail/testsuite/mail/write.exp3
6 files changed, 10 insertions, 3 deletions
diff --git a/mail/testsuite/mail/alias.exp b/mail/testsuite/mail/alias.exp
index 934aa6049..3b7297a0a 100644
--- a/mail/testsuite/mail/alias.exp
+++ b/mail/testsuite/mail/alias.exp
@@ -50,6 +50,6 @@ mail_test -message "alias pretenders" "alias"\
"staff alice tweedledum tweedledee"\
"messengers haigha hatta"
-mail_exit
+mail_stop
return 0
diff --git a/mail/testsuite/mail/folder.exp b/mail/testsuite/mail/folder.exp
index c9a446348..ac985364f 100644
--- a/mail/testsuite/mail/folder.exp
+++ b/mail/testsuite/mail/folder.exp
@@ -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
diff --git a/mail/testsuite/mail/read.exp b/mail/testsuite/mail/read.exp
index 32db83e8e..83c7eb9f4 100644
--- a/mail/testsuite/mail/read.exp
+++ b/mail/testsuite/mail/read.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
diff --git a/mail/testsuite/mail/send.exp b/mail/testsuite/mail/send.exp
index 0d73106c3..eb24fd576 100644
--- a/mail/testsuite/mail/send.exp
+++ b/mail/testsuite/mail/send.exp
@@ -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
diff --git a/mail/testsuite/mail/tag.exp b/mail/testsuite/mail/tag.exp
index 622defb69..bc878a51d 100644
--- a/mail/testsuite/mail/tag.exp
+++ b/mail/testsuite/mail/tag.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
diff --git a/mail/testsuite/mail/write.exp b/mail/testsuite/mail/write.exp
index fb3c64165..3f636aa76 100644
--- a/mail/testsuite/mail/write.exp
+++ b/mail/testsuite/mail/write.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

Return to:

Send suggestions and report system problems to the System administrator.