]> git.sur5r.net Git - openldap/commitdiff
With export of variables
authorKurt Zeilenga <kurt@openldap.org>
Mon, 20 Oct 2003 05:19:51 +0000 (05:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 20 Oct 2003 05:19:51 +0000 (05:19 +0000)
tests/run.in

index c67665efcf1609250790d5121a7ba6d826adc0e3..1f73e284a943d03741692433fd8097533ce9090c 100644 (file)
@@ -51,6 +51,8 @@ if test ! -x "${SCRIPT}" ; then
        exit 1;
 fi
 
+export BACKEND AC_MONITOR AC_CACHE AC_WITH_TLS
+
 echo "Running ${SCRIPT}..."
 $SCRIPT
 exit 0