]> git.sur5r.net Git - openldap/commitdiff
remove more LDBM cruft
authorKurt Zeilenga <kurt@openldap.org>
Tue, 11 Apr 2006 18:48:26 +0000 (18:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 11 Apr 2006 18:48:26 +0000 (18:48 +0000)
tests/README
tests/run.in
tests/scripts/test006-acls
tests/scripts/test034-translucent
tests/scripts/test041-aci

index 1a3feed16263a6a5f12ceceb3f6ad44689a68575..b90cc67e18073cd7fcab5909fc11e5efb1f39c3f 100644 (file)
@@ -4,7 +4,6 @@ verify basic functionality of the LDAP libraries, slapd, and slurpd.
        To run all of the tests, type "make test".
        To run BDB tests, type "make bdb".
        To run HDB tests, type "make hdb".
-       To run LDBM tests, type "make ldbm".
        To run SQL tests, define SLAPD_USE_SQL=<rdbms> and type
                "make sql"; define SLAPD_USE_SQLWRITE=yes
                to enable write tests as well.
index 6faeed7fd8064cd24d176bdd7902220c4dd3ed9c..5fc0d4863bac8e128237183f63f54c04e0d91c90 100644 (file)
@@ -27,7 +27,6 @@ export SRCDIR TOPSRCDIR LN_S EGREP_CMD
 AC_bdb=@BUILD_BDB@
 AC_hdb=@BUILD_HDB@
 AC_ldap=ldap@BUILD_LDAP@
-AC_ldbm=@BUILD_LDBM@
 AC_meta=meta@BUILD_META@
 AC_monitor=@BUILD_MONITOR@
 AC_relay=relay@BUILD_RELAY@
@@ -54,7 +53,7 @@ AC_WITH_MODULES_ENABLED=@WITH_MODULES_ENABLED@
 AC_ACI_ENABLED=aci@WITH_ACI_ENABLED@
 AC_THREADS=threads@BUILD_THREAD@
 
-export AC_bdb AC_hdb AC_ldap AC_ldbm AC_meta AC_monitor AC_relay AC_sql \
+export AC_bdb AC_hdb AC_ldap AC_meta AC_monitor AC_relay AC_sql \
        AC_accesslog AC_dynlist AC_pcache AC_ppolicy AC_refint AC_retcode \
        AC_rwm AC_unique AC_syncprov AC_translucent AC_valsort \
        AC_dds \
@@ -113,7 +112,7 @@ while test $# -gt 0 ; do
 done
 
 if test -z "$BACKEND" ; then
-       for b in bdb ldbm hdb ; do
+       for b in bdb hdb ; do
                if eval "test \"\$AC_$b\" != no" ; then
                        BACKEND=$b
                        break
index 23d0fbd5e6ffc012a6074b048e9c29e53614fee7..6f131be1246c5edef5314f8ba8e07ca236de602c 100755 (executable)
@@ -14,7 +14,7 @@
 ## <http://www.OpenLDAP.org/license.html>.
 
 case "$BACKEND" in
-bdb|hdb|ldbm)
+bdb|hdb)
        ;;
 *)
        echo "Test does not support $BACKEND backend"
index 8e52e4a4b817d9c627c148cdd3273f4ee31687e0..75ba8298687815faad611dfabbf335c736f79082 100755 (executable)
@@ -25,11 +25,6 @@ if test $TRANSLUCENT = translucentno ; then
        exit 0
 fi 
 
-if test $BACKEND = ldbm ; then
-       echo "Translucent Proxy overlay not qualified for use with LDBM, test skipped"
-       exit 0
-fi
-
 if test $AC_ldap = ldapno ; then
        echo "Translucent Proxy overlay requires back-ldap backend, test skipped"
        exit 0
index 0d8e27ef481bbf4e44a6c7abf752de21673ec930..8d6f9af8f06a6caab81a409925386efc1b281238 100755 (executable)
@@ -14,7 +14,7 @@
 ## <http://www.OpenLDAP.org/license.html>.
 
 case "$BACKEND" in
-bdb|hdb|ldbm)
+bdb|hdb)
        ;;
 *)
        echo "Test does not support $BACKEND backend"