#!/bin/sh

set -eu

# test for perl dependencies
echo "+ rspamd_stats --log /dev/null"
rspamd_stats --log /dev/null
