Commit 2b8780be 2b8780be1f48f27e3ab63871505e61239df0a64b by Sergey Poznyakoff

Use -L option instead of setting environment variable.

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