Pass --clearpath option to sieve
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -22,7 +22,7 @@ if ![mu_check_capability HAVE_LIBLTDL] { | ... | @@ -22,7 +22,7 @@ if ![mu_check_capability HAVE_LIBLTDL] { |
22 | exit 0 | 22 | exit 0 |
23 | } | 23 | } |
24 | 24 | ||
25 | sieve_test -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" | 26 | "DISCARD on msg uid 1: marking as deleted" |
27 | 27 | ||
28 | # End of ext.exp | 28 | # End of ext.exp | ... | ... |
-
Please register or sign in to post a comment