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..."