]> git.sur5r.net Git - openldap/commitdiff
ITS#3108 disable test on ldbm
authorHoward Chu <hyc@openldap.org>
Thu, 22 Apr 2004 20:47:14 +0000 (20:47 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 22 Apr 2004 20:47:14 +0000 (20:47 +0000)
tests/scripts/test023-refint

index 78ac4d8c88104bf95b932bddbb7e1de7f373dede..2b1337b53fca46a57dba905793cfb2c442d64626 100755 (executable)
 ## top-level directory of the distribution or, alternatively, at
 ## <http://www.OpenLDAP.org/license.html>.
 
+if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" ; then
+       echo "Test does not support $BACKEND"
+       exit 0
+fi
+
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh