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
66687406
...
66687406d7eb339920162b0440fbc5e55d69f6bc
authored
2002-08-29 15:04:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
b44fbf05
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
19 deletions
examples/.cvsignore
mailbox/testsuite/Makefile.am
mailbox/testsuite/mailbox/address.exp
mailbox/testsuite/mailbox/mime.exp
mailbox/testsuite/mailbox/url.exp
examples/.cvsignore
View file @
6668740
.gdbinit
Addrs.test
Urls.test
_*
Makefile.in
Makefile
.deps
.libs
url-parse
msg-send
sfrom
addr
bad-dates.out
mailer
mbox-check
mbox-dates
mbox-dates.out
mbox-explode
mimetest
msg-send
muemail
url-parse
...
...
mailbox/testsuite/Makefile.am
View file @
6668740
...
...
@@ -3,7 +3,7 @@ DEJATOOL = mailbox
RUNTESTFLAGS
=
CLEANFILES
=
*
.log
test_dirs
=
lib mailbox
EXTRA_DIST
=
Addrs Urls
EXTRA_DIST
=
Addrs
Mime
Urls
dist-hook
:
here
=
`
cd
$(top_builddir)
/
$(subdir)
&&
pwd
`
;
\
...
...
mailbox/testsuite/mailbox/address.exp
View file @
6668740
...
...
@@ -18,7 +18,7 @@
mailbox_run
${top_builddir}
/examples/addr
set
chan
[
open
${
obj
dir}
/Addrs r
]
set
chan
[
open
${
src
dir}
/Addrs r
]
set
command
""
for
{
gets
$chan
line
}
{
!
[
eof
$chan
]}
{
gets
$chan
line
}
{
...
...
@@ -44,4 +44,4 @@ for {gets $chan line} {![eof $chan]} {gets $chan line} {
close
$chan
# end of address.exp
\ No newline at end of file
# end of address.exp
...
...
mailbox/testsuite/mailbox/mime.exp
View file @
6668740
...
...
@@ -21,7 +21,7 @@ set MU_TOOL_FLAGS "-i 0 -p $MU_SPOOL_DIR/mbox1"
mu_prepare_spools
set
chan
[
open
${
obj
dir}
/Mime r
]
set
chan
[
open
${
src
dir}
/Mime r
]
set
pattern
[
list
]
for
{
gets
$chan
line
}
{
!
[
eof
$chan
]}
{
gets
$chan
line
}
{
...
...
@@ -35,4 +35,4 @@ mu_exec -retcode 0 -message "MIME" -pattern $pattern
close
$chan
# end of mime.exp
\ No newline at end of file
# end of mime.exp
...
...
mailbox/testsuite/mailbox/url.exp
View file @
6668740
...
...
@@ -18,7 +18,7 @@
mailbox_run
${top_builddir}
/examples/url-parse
set
chan
[
open
${
obj
dir}
/Urls r
]
set
chan
[
open
${
src
dir}
/Urls r
]
set
command
""
for
{
gets
$chan
line
}
{
!
[
eof
$chan
]}
{
gets
$chan
line
}
{
...
...
@@ -44,4 +44,4 @@ for {gets $chan line} {![eof $chan]} {gets $chan line} {
close
$chan
# end of url.exp
\ No newline at end of file
# end of url.exp
...
...
Please
register
or
sign in
to post a comment