]> git.sur5r.net Git - openldap/commitdiff
ITS#8535 - Fix regression test for ITS#4337
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 30 Nov 2016 22:46:37 +0000 (14:46 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 28 Dec 2016 18:47:31 +0000 (10:47 -0800)
tests/data/regressions/its4337/its4337
tests/data/regressions/its4337/slapd.conf

index dae9c7c718a61e41647dd3fbb9863f82eb9eb025..5760494826a46fcd541b8fe6248d7028e8e97788 100755 (executable)
@@ -16,8 +16,8 @@
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
-if test $BACKLDAP = "ldapno" ; then 
-       echo "LDAP backend not available, test skipped"
+if test $BACKEND != "bdb" ; then
+       echo "BDB backend not available, test skipped"
        exit 0
 fi 
 
index 639439a87d1158b885fe8e1300f0c83304743a48..5065a925c9f93e50c12dbaa8d3e214fc99aa7caa 100644 (file)
@@ -24,6 +24,9 @@ include               @DATADIR@/test.schema
 pidfile                @TESTDIR@/slapd.2.pid
 argsfile       @TESTDIR@/slapd.2.args
 
+#mod#modulepath ../servers/slapd/back-@BACKEND@/:../servers/slapd/overlays
+#mod#moduleload back_@BACKEND@.la
+
 #monitormod#modulepath ../servers/slapd/back-monitor/
 #monitormod#moduleload back_monitor.la