path: gdnsd_3.8.3-2.1/debian/tests/common-operations
set -e
if ! pidof -x gdnsd > /dev/null; then
    echo "Test skipped, gdnsd is not running"
    exit 77
