Commit e02fabd9 e02fabd95c03d25682a767ed4fd9b8eb89a821d2 by Sergey Poznyakoff

Pass --clearpath option to sieve

1 parent f8cfe521
......@@ -22,7 +22,7 @@ if ![mu_check_capability HAVE_LIBLTDL] {
exit 0
}
sieve_test -L "${top_builddir}/examples" -f ${MU_SPOOL_DIR}/bigto.mbox numaddr.sv -pattern \
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
......