Minor fix.
* sieve/testsuite/sieve/ext.exp [!HAVE_LIBLTDL]: Use unsupported instead of returning 0.
Showing
1 changed file
with
4 additions
and
5 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment