#!/bin/bash
. testsuite/functions.sh

PORT=12354
run_weborf -b site1 -p $PORT

curl -siLXPROPFIND http://127.0.0.1:$PORT | grep "403 Forbidden"
