Commit ac7019ae ac7019ae587306a53efcacf9594f2305cd1f9108 by Sergey Poznyakoff

New file. Test for sieve loadable extensions.

1 parent 6c0f2c9f
1 # -*- tcl -*-
2 # This file is part of Mailutils testsuite.
3 # Copyright (C) 2002, Free Software Foundation
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software Foundation,
17 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
19 mu_version
20 if ![mu_check_capability HAVE_LIBLTDL] {
21 exit 0
22 }
23
24 set env(LTDL_LIBRARY_PATH) "${top_builddir}/examples"
25
26 sieve_test -f ${MU_SPOOL_DIR}/bigto.mbox numaddr.sv -pattern \
27 "DISCARD on msg uid 1: marking as deleted"
28
29 # End of ext.exp
...\ No newline at end of file ...\ No newline at end of file