#!/bin/sh
set -e

PKG=bcal

cp -a /usr/bin/"${PKG}" .
sync
python3 -m pytest test.py
