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 @@ ...@@ -19,10 +19,9 @@
19 19
20 mu_version 20 mu_version
21 if ![mu_check_capability HAVE_LIBLTDL] { 21 if ![mu_check_capability HAVE_LIBLTDL] {
22 exit 0 22 unsupported "This test requires libltdl"
23 } 23 } else {
24 24 sieve_test --clearpath -L "${top_builddir}/examples" -f ${MU_SPOOL_DIR}/bigto.mbox numaddr.sv -pattern \
25 sieve_test --clearpath -L "${top_builddir}/examples" -f ${MU_SPOOL_DIR}/bigto.mbox numaddr.sv -pattern \
26 "DISCARD on msg uid 1: marking as deleted" 25 "DISCARD on msg uid 1: marking as deleted"
27 26 }
28 # End of ext.exp 27 # End of ext.exp
......