]> git.sur5r.net Git - openldap/commitdiff
back-ldbm is supported now
authorHoward Chu <hyc@openldap.org>
Sat, 20 Mar 2004 09:25:42 +0000 (09:25 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 20 Mar 2004 09:25:42 +0000 (09:25 +0000)
tests/scripts/test022-ppolicy

index fee6d155fd340b13672cac36e081bd0231f39a9e..bf391fa7d171b434387bea8aec1094e3ee044ff1 100755 (executable)
@@ -21,11 +21,6 @@ if test $PPOLICY = ppolicyno; then
        exit 0
 fi 
 
-if test "$BACKEND" = "ldbm" ; then
-       echo "Test does not support $BACKEND"
-       exit 0
-fi
-
 mkdir -p $TESTDIR $DBDIR1
 
 echo "Starting slapd on TCP/IP port $PORT1..."