Use -L option instead of setting environment variable.
Showing
1 changed file
with
1 additions
and
3 deletions
... | @@ -21,9 +21,7 @@ if ![mu_check_capability HAVE_LIBLTDL] { | ... | @@ -21,9 +21,7 @@ if ![mu_check_capability HAVE_LIBLTDL] { |
21 | exit 0 | 21 | exit 0 |
22 | } | 22 | } |
23 | 23 | ||
24 | set env(LTDL_LIBRARY_PATH) "${top_builddir}/examples" | 24 | sieve_test -L "${top_builddir}/examples" -f ${MU_SPOOL_DIR}/bigto.mbox numaddr.sv -pattern \ |
25 | |||
26 | sieve_test -f ${MU_SPOOL_DIR}/bigto.mbox numaddr.sv -pattern \ | ||
27 | "DISCARD on msg uid 1: marking as deleted" | 25 | "DISCARD on msg uid 1: marking as deleted" |
28 | 26 | ||
29 | # End of ext.exp | 27 | # End of ext.exp |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment