diff --git a/tests/scripts/test056-monitor b/tests/scripts/test056-monitor index 109edfd3c7..29a5427eee 100755 --- a/tests/scripts/test056-monitor +++ b/tests/scripts/test056-monitor @@ -16,6 +16,11 @@ echo "running defines.sh" . $SRCDIR/scripts/defines.sh +if test $MONITORDB = "no" ; then + echo "Monitor backend not available, test skipped" + exit 0 +fi + mkdir -p $TESTDIR $DBDIR1 echo "Starting slapd on TCP/IP port $PORT..."