From: Howard Chu Date: Thu, 22 Apr 2004 20:47:14 +0000 (+0000) Subject: ITS#3108 disable test on ldbm X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~444 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8922b4d88e444e10684bb91161f53fb9b553fe1f;p=openldap ITS#3108 disable test on ldbm --- diff --git a/tests/scripts/test023-refint b/tests/scripts/test023-refint index 78ac4d8c88..2b1337b53f 100755 --- a/tests/scripts/test023-refint +++ b/tests/scripts/test023-refint @@ -13,6 +13,11 @@ ## top-level directory of the distribution or, alternatively, at ## . +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