#!/bin/sh

cd "$(dirname "$0")" || exit 1

# Prepare for testing
install -v "fixtures/test.vcl" "/etc/varnish/test.vcl"

# Run tests

prove -v
