#!/bin/sh
# autopkgtest check
# (C) 2022 Tobias Frost <tobi@debian.org>

set -e

# This test just tries to install assaultcube. If it fails,
# a reason might be that the data could not been downloaded.
apt remove --purge -y assaultcube || true
apt install -y assaultcube

