#!/bin/sh
exec 2>&1
set -eux
install mpd/tests.py "$AUTOPKGTEST_TMP/mpd_test.py"
cd "$AUTOPKGTEST_TMP"
python3 ./mpd_test.py
