#!/bin/sh
unset POSTGRES_HOME TEST_POSTGRESQL_PRESERVE
cd /usr/libexec/perl-Test-PostgreSQL && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
