#!/usr/bin/sh
set -e
unset REPORT_TEST_ENVIRONMENT
cd /usr/libexec/perl-DBD-Mock && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
