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

run_weborf -b site1 -p 12340 --ip 127.0.0.2

if curl -s http://127.0.0.1:12340/robots.txt; then
    exit 1
fi

curl -s http://127.0.0.2:12340/robots.txt
