#!/bin/sh
set -e

cd /usr/share/postgresql-common
mv t/135_pg_virtualenv.t .
./testsuite
mv 135_pg_virtualenv.t t/
