#!/bin/sh
set -efu

cp -a tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

python3 -m unittest tests -v
