#!/bin/sh
set -eu

srcdir="$PWD"
cd "$AUTOPKGTEST_TMP"
cp /usr/share/zimfw/zimfw.zsh zimfw.zsh

bats "$srcdir"/test/test_*.bats
