set -e

# HTTP tests
curl --silent -I "http://localhost/mediawiki/index.php/Main_Page"
curl --silent "http://localhost/mediawiki/index.php/Main_Page" | grep "skin=greystuff"
