#!/bin/sh

# set up clean env for testing the scripts
service cron stop
rm -rf /var/cache/munin/www/*

. debian/tests/switch_init_helper.inc

verbose=t prove -v debian/tests/munin-master/*.t
