#!/usr/bin/sh
unset AUTHOR_TESTING IS_MAINTAINER NET_PING_FAIL_IP PERL_TEST_Net_Ping \
    TEST_PING_HOST TEST_PING6_HOST
export NO_NETWORK_TESTING=1
cd /usr/libexec/perl-Net-Ping && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
