summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
Diffstat (limited to 'frm')
-rw-r--r--frm/testsuite/frm/test.exp18
1 files changed, 10 insertions, 8 deletions
diff --git a/frm/testsuite/frm/test.exp b/frm/testsuite/frm/test.exp
index 6bdd7d20a..d892a02ac 100644
--- a/frm/testsuite/frm/test.exp
+++ b/frm/testsuite/frm/test.exp
@@ -28,34 +28,36 @@ mu_exec -retcode 1 -message "frm" "Foo Bar\tJabberwocky"\
"Bar\tRe: Jabberwocky"\
"Sergey Poznyakoff\tSimple MIME"\
"Sergey Poznyakoff\tNested MIME"\
"Sergey Poznyakoff\tEmpty MIME Parts"
mu_exec -retcode 1 -message "frm -n" -arg -n \
-"1: Foo Bar\tJabberwocky"\
-"2: Bar\tRe: Jabberwocky"\
-"3: Sergey Poznyakoff\tSimple MIME"\
-"4: Sergey Poznyakoff\tNested MIME"\
-"5: Sergey Poznyakoff\tEmpty MIME Parts"
+" 1: Foo Bar\tJabberwocky"\
+" 2: Bar\tRe: Jabberwocky"\
+" 3: Sergey Poznyakoff\tSimple MIME"\
+" 4: Sergey Poznyakoff\tNested MIME"\
+" 5: Sergey Poznyakoff\tEmpty MIME Parts"
mu_exec -retcode 1 -message "frm -l" -arg -l \
"(Bar) Foo Bar\tJabberwocky"\
"(Foo Bar) Bar\tRe: Jabberwocky"\
"(Foo Bar) Sergey Poznyakoff\tSimple MIME"\
"(Foo Bar) Sergey Poznyakoff\tNested MIME"\
"(Foo Bar) Sergey Poznyakoff\tEmpty MIME Parts"
mu_exec -retcode 1 -message "frm -qS" -arg -qS \
-"You have 5 messages"
+"Folder contains 5 new messages."
mu_exec -retcode 1 -arg %mbox -message "frm %mbox" \
"Sergey Poznyakoff\tMBOX"
-mu_exec -retcode 1 -arg -q -message "frm -q"
+mu_exec -retcode 1 -arg -q -message "frm -q" \
+"There are messages in that folder."
-mu_exec -arg -q -arg %nonexistent -retcode 2 -message "frm -q %nonexistent"
+mu_exec -arg -q -arg %nonexistent -retcode 2 -message "frm -q %nonexistent" \
+"No messages in that folder!"
set env(MAIL) $MU_SPOOL_DIR/bigto.mbox
set env(FOLDER) $env(MAIL)
mu_exec -retcode 1 -message "frm -l on long headers" -arg -l \
"(\"Ayoung-Chee, N) Patrick Chan\tNew email address, etc."

Return to:

Send suggestions and report system problems to the System administrator.