Commit 58e8f426 58e8f4267dce75055f074a02afcc98df1d1e5cea by Sergey Poznyakoff

Minor fix.

* sieve/testsuite/sieve/ext.exp [!HAVE_LIBLTDL]: Use unsupported
instead of returning 0.
1 parent 5d370760
......@@ -19,10 +19,9 @@
mu_version
if ![mu_check_capability HAVE_LIBLTDL] {
exit 0
}
sieve_test --clearpath -L "${top_builddir}/examples" -f ${MU_SPOOL_DIR}/bigto.mbox numaddr.sv -pattern \
unsupported "This test requires libltdl"
} else {
sieve_test --clearpath -L "${top_builddir}/examples" -f ${MU_SPOOL_DIR}/bigto.mbox numaddr.sv -pattern \
"DISCARD on msg uid 1: marking as deleted"
}
# End of ext.exp
......