summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-22 15:19:17 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-22 15:19:17 +0000
commitac7019ae587306a53efcacf9594f2305cd1f9108 (patch)
treeabbf79ac849f1ba648b9c3bc3f7e0d124e8fd8cc
parent6c0f2c9f52db64c66f0a5d29b0c083b19185e092 (diff)
downloadmailutils-ac7019ae587306a53efcacf9594f2305cd1f9108.tar.gz
mailutils-ac7019ae587306a53efcacf9594f2305cd1f9108.tar.bz2
New file. Test for sieve loadable extensions.
-rw-r--r--sieve/testsuite/sieve/ext.exp29
1 files changed, 29 insertions, 0 deletions
diff --git a/sieve/testsuite/sieve/ext.exp b/sieve/testsuite/sieve/ext.exp
new file mode 100644
index 000000000..a22355f0b
--- /dev/null
+++ b/sieve/testsuite/sieve/ext.exp
@@ -0,0 +1,29 @@
+# -*- 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

Return to:

Send suggestions and report system problems to the System administrator.