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
f9d206dd
...
f9d206dd3138f6d3ecea150a0266c8beb60516f5
authored
2002-07-16 10:28:57 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(new file) A regression test for folder and file commands.
1 parent
7a813ca5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
0 deletions
mail/testsuite/mail/folder.exp
mail/testsuite/mail/folder.exp
0 → 100644
View file @
f9d206d
# -*- tcl -*-
# This file is part of Mailutils testsuite.
# Copyright (C
)
2002, 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Test mailbox name expansion and various aspects of `file' and `folders'
# functionality.
mail_start
"--file=%mbox1"
mail_command
"set readonly"
mail_command
"set folder=
$srcdir
/folder"
# FIXME: Need -re here
#mail_test "folders" "one two"
mail_test
"file +one"
\
"Held 4 messages in
$srcdir
/spool/mbox1"
mail_test
"sum"
\
"
\"
$srcdir
/folder/one
\"
: 1 messages 1 new"
mail_test
"headers"
\
">N 1 Foo Bar Fri Dec 28 22:18 10/350 Mailbox 1"
mail_test
"file +two"
\
"Held 1 messages in
$srcdir
/folder/one"
mail_test
"sum"
\
"
\"
$srcdir
/folder/two
\"
: 1 messages 1 new"
mail_test
"headers"
\
">N 1 Foo Bar Fri Dec 28 22:18 10/350 Mailbox 2"
mail_test
"file #"
\
"Held 1 messages in
$srcdir
/folder/two"
mail_test
"sum"
\
"
\"
$srcdir
/folder/one
\"
: 1 messages 1 new"
mail_test
"file #"
\
"Held 1 messages in
$srcdir
/folder/one"
mail_test
"sum"
\
"
\"
$srcdir
/folder/two
\"
: 1 messages 1 new"
mail_test
"file &"
\
"Held 1 messages in
$srcdir
/folder/two"
mail_test
"sum"
\
"
\"
$srcdir
/spool/mbox
\"
: 1 messages 1 new"
mail_test
"headers"
\
">N 1 Sergey Poznyakoff Sun Jul 16 12:11 12/429 MBOX"
#End of folder.exp
\ No newline at end of file
Please
register
or
sign in
to post a comment