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