]> git.sur5r.net Git - openldap/commitdiff
Test no longer depends on --with-tls
authorHoward Chu <hyc@openldap.org>
Sun, 13 May 2007 09:35:57 +0000 (09:35 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 13 May 2007 09:35:57 +0000 (09:35 +0000)
tests/scripts/test021-certificate

index a5dbb2f418658d506ca6943f3d24da4e3aad48f4..6a1f1a512ead0fad3d441b463f7880c2afc6bb23 100755 (executable)
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
-if test "$AC_WITH_TLS" != "yes" ; then
-       echo "test disabled, requires --with-tls"
-       exit 0
-fi
-
 mkdir -p $TESTDIR $DBDIR1
 
 echo "Running slapadd to build slapd database..."