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

PORT=12355
run_weborf -b site1 -p $PORT --propfind

curl -siLXPROPFIND http://127.0.0.1:$PORT | grep "207 OK"
