#!/bin/sh

set -eu

mkdir -p "$AUTOPKGTEST_TMP"
cp -r spec "$AUTOPKGTEST_TMP"/spec

busted spec
