#!/usr/bin/sh
export COLUMNS=80
export LINES=25
cd /usr/libexec/perl-Term-Completion && exec prove -I . -r -j "$(getconf _NPROCESSORS_ONLN)"
