#!/bin/bash

set -euo pipefail

cp -a tests $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP

bash ./tests/testsuite.sh
