From: Howard Chu Date: Wed, 17 Mar 2004 09:02:44 +0000 (+0000) Subject: Skip test on ldbm, ldbm deadlocks on Bind X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~254 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1d9fa315acbd90a71cf7f234807a43b5ec264896;p=openldap Skip test on ldbm, ldbm deadlocks on Bind --- diff --git a/tests/scripts/test022-ppolicy b/tests/scripts/test022-ppolicy index bf391fa7d1..fee6d155fd 100755 --- a/tests/scripts/test022-ppolicy +++ b/tests/scripts/test022-ppolicy @@ -21,6 +21,11 @@ if test $PPOLICY = ppolicyno; then exit 0 fi +if test "$BACKEND" = "ldbm" ; then + echo "Test does not support $BACKEND" + exit 0 +fi + mkdir -p $TESTDIR $DBDIR1 echo "Starting slapd on TCP/IP port $PORT1..."