#!/bin/sh
set -efu

cp -a test "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

python3 test/test-dt-validate.py 2>&1
