#!/bin/sh

set -e

. debian/tests/functions

check_dnsmasq_status

#Done
echo Looks good.
