## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
+if test "$BACKEND" != "bdb" && test "$BACKEND" != "hdb" ; then
+ echo "Test does not support $BACKEND"
+ exit 0
+fi
+
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
# or referrals
;;
*)
- echo "ldapadd should have failed ($RC)!"
+ echo "ldapadd failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;
# or referrals
;;
*)
- echo "ldapadd should have failed ($RC)!"
+ echo "ldapadd failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;
# or referrals
;;
*)
- echo "ldapadd should have failed ($RC)!"
+ echo "ldapadd failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;