#!/usr/bin/sh
unset AUTHOR_TESTING AUTOMATED_TESTING RELEASE_TESTING
cd /usr/libexec/perl-podlators && exec prove -I . -r -j "$(getconf _NPROCESSORS_ONLN)"
