From 02408c930d7fbd59d25bf57ded58acfb73bbe0e2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 11 Apr 2006 18:48:26 +0000 Subject: [PATCH] remove more LDBM cruft --- tests/README | 1 - tests/run.in | 5 ++--- tests/scripts/test006-acls | 2 +- tests/scripts/test034-translucent | 5 ----- tests/scripts/test041-aci | 2 +- 5 files changed, 4 insertions(+), 11 deletions(-) diff --git a/tests/README b/tests/README index 1a3feed162..b90cc67e18 100644 --- a/tests/README +++ b/tests/README @@ -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= and type "make sql"; define SLAPD_USE_SQLWRITE=yes to enable write tests as well. diff --git a/tests/run.in b/tests/run.in index 6faeed7fd8..5fc0d4863b 100644 --- a/tests/run.in +++ b/tests/run.in @@ -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 diff --git a/tests/scripts/test006-acls b/tests/scripts/test006-acls index 23d0fbd5e6..6f131be124 100755 --- a/tests/scripts/test006-acls +++ b/tests/scripts/test006-acls @@ -14,7 +14,7 @@ ## . case "$BACKEND" in -bdb|hdb|ldbm) +bdb|hdb) ;; *) echo "Test does not support $BACKEND backend" diff --git a/tests/scripts/test034-translucent b/tests/scripts/test034-translucent index 8e52e4a4b8..75ba829868 100755 --- a/tests/scripts/test034-translucent +++ b/tests/scripts/test034-translucent @@ -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 diff --git a/tests/scripts/test041-aci b/tests/scripts/test041-aci index 0d8e27ef48..8d6f9af8f0 100755 --- a/tests/scripts/test041-aci +++ b/tests/scripts/test041-aci @@ -14,7 +14,7 @@ ## . case "$BACKEND" in -bdb|hdb|ldbm) +bdb|hdb) ;; *) echo "Test does not support $BACKEND backend" -- 2.39.5