Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
32960d03
...
32960d034c9cfdc0ada989e2aa6ddde8547c3acc
authored
2002-11-21 13:50:03 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Call mail_stop at the end.
1 parent
bc2b8129
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
3 deletions
mail/testsuite/mail/alias.exp
mail/testsuite/mail/folder.exp
mail/testsuite/mail/read.exp
mail/testsuite/mail/send.exp
mail/testsuite/mail/tag.exp
mail/testsuite/mail/write.exp
mail/testsuite/mail/alias.exp
View file @
32960d0
...
...
@@ -50,6 +50,6 @@ mail_test -message "alias pretenders" "alias"\
"staff alice tweedledum tweedledee"
\
"messengers haigha hatta"
mail_
exit
mail_
stop
return
0
...
...
mail/testsuite/mail/folder.exp
View file @
32960d0
...
...
@@ -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
...
...
mail/testsuite/mail/read.exp
View file @
32960d0
...
...
@@ -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
...
...
mail/testsuite/mail/send.exp
View file @
32960d0
...
...
@@ -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
...
...
mail/testsuite/mail/tag.exp
View file @
32960d0
...
...
@@ -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
...
...
mail/testsuite/mail/write.exp
View file @
32960d0
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment