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
ac7019ae
...
ac7019ae587306a53efcacf9594f2305cd1f9108
authored
2002-11-22 15:19:17 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
New file. Test for sieve loadable extensions.
1 parent
6c0f2c9f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
sieve/testsuite/sieve/ext.exp
sieve/testsuite/sieve/ext.exp
0 → 100644
View file @
ac7019a
# -*- 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.
mu_version
if
!
[
mu_check_capability HAVE_LIBLTDL
]
{
exit 0
}
set
env
(
LTDL_LIBRARY_PATH
)
"
${top_builddir}
/examples"
sieve_test -f
${MU_SPOOL_DIR}
/bigto.mbox numaddr.sv -pattern
\
"DISCARD on msg uid 1: marking as deleted"
# End of ext.exp
\ No newline at end of file
Please
register
or
sign in
to post a comment