#!/bin/sh

set -ex

tmpdir=${AUTOPKGTEST_TMP:-${TMPDIR:-/tmp}}
cp -r spec $tmpdir
cd $tmpdir
rspec
