From: Kurt Zeilenga Date: Wed, 17 Dec 2003 17:23:36 +0000 (+0000) Subject: Disable --without-tls X-Git-Tag: OPENLDAP_REL_ENG_2_2_4~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7094c6b7ed3f41991f52f23d1812d4e7960738c9;p=openldap Disable --without-tls --- diff --git a/tests/scripts/test021-certificate b/tests/scripts/test021-certificate index 6da5e155d5..9c74de5f72 100755 --- a/tests/scripts/test021-certificate +++ b/tests/scripts/test021-certificate @@ -16,6 +16,11 @@ echo "running defines.sh" . $SRCDIR/scripts/defines.sh +if test "$AC_WITH_TLS" != "yes" ; then + echo "test disabled, requires --with-tls" + exit +fi + mkdir -p $TESTDIR $DBDIR1 echo "Running slapadd to build slapd database..."