Commit e02fabd9 e02fabd95c03d25682a767ed4fd9b8eb89a821d2 by Sergey Poznyakoff

Pass --clearpath option to sieve

1 parent f8cfe521
...@@ -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
......