#!/bin/sh
set -e
# Run test suite using the installed startpar binary
insserv=/usr/lib/insserv/insserv
export insserv

debian/run-testsuite
