#!/bin/sh

set -eu

TESTS_DIR=$(mktemp -d)
cp debian/tests/tests.bats "$TESTS_DIR"

cd "$TESTS_DIR"
bats "tests.bats"
