#!/bin/sh

cd "$(dirname $0)"

if [ -z "${AUTOPKGTEST_TMP:-}" ]; then
  tempdir="$(mktemp -d --suffix=.autopkgtest)"
fi

prove -v *.t
