#!/bin/bash

set -euo pipefail

cp -a debian/tests $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP

./tests/testsuite.sh
