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
a40c154b
...
a40c154bee7cc87611f924468c3ce47014036034
authored
2005-10-30 10:04:36 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
New test case
1 parent
1e649209
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
86 additions
and
0 deletions
mail/testsuite/mail/if.exp
mail/testsuite/mail/if.exp
0 → 100644
View file @
a40c154
# -*- tcl -*-
# This file is part of Mailutils testsuite.
# Copyright (C
)
2002, 2005, Free Software Foundation
#
# This program is free software
;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
;
either version 2 of the License, or
# (at your option
)
any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY
;
without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program
;
if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA.
mu_prepare_spools
mu_exec -message
"Read mode on TTY"
\
-arg
"--nosum"
-arg
"--file=%mbox1"
-arg
"<
${srcdir}
/if.mail"
\
"Begin test"
\
"Not a send mode"
\
"Read mode"
\
"On TTY"
\
"End test"
\
""
\
"Held 5 messages in
$
MU_SPOOL_DIR/mbox1"
mu_exec -message
"Read mode not on TTY"
\
-arg
"--nosum"
-arg
"--file=%mbox1"
-arg
"<
${srcdir}
/if.mail"
\
-arg
">
$
MU_FOLDER_DIR/if.out"
mu_test_file
"
$
MU_FOLDER_DIR/if.out"
\
"Begin test"
\
"Not a send mode"
\
"Read mode"
\
"Not on TTY"
\
"End test"
\
""
\
"Held 5 messages in
$
MU_SPOOL_DIR/mbox1"
mu_exec -message
"Send mode on TTY"
\
-arg
"--exec='set mode=send'"
\
-arg
"--exec='source
${srcdir}
/if.mail'"
\
-arg
"--exec=quit"
\
"Begin test"
\
"Send mode"
\
"End test"
mu_exec -message
"Send mode not on TTY"
\
-arg
"--exec='set mode=send'"
\
-arg
"--exec='source
${srcdir}
/if.mail'"
\
-arg
"--exec=quit"
\
-arg
">
$
MU_FOLDER_DIR/if.out"
mu_test_file
"
$
MU_FOLDER_DIR/if.out"
\
"Begin test"
\
"Send mode"
\
"End test"
mu_exec -message
"Nomode on TTY"
\
-arg
"--exec='set mode=nomode'"
\
-arg
"--exec='source
${srcdir}
/if.mail'"
\
-arg
"--exec=quit"
\
"Begin test"
\
"Not a send mode"
\
"End test"
mu_exec -message
"Nomode not on TTY"
\
-arg
"--exec='set mode=nomode'"
\
-arg
"--exec='source
${srcdir}
/if.mail'"
\
-arg
"--exec=quit"
\
-arg
">
$
MU_FOLDER_DIR/if.out"
mu_test_file
"
$
MU_FOLDER_DIR/if.out"
\
"Begin test"
\
"Not a send mode"
\
"End test"
# End of if.exp
Please
register
or
sign in
to post a comment