#!/bin/sh

newnet pg_buildext -o 'port=5432' -c '--locale=C' -i '--auth=trust' \
	-o "unix_socket_directories=/tmp" installcheck . test
