#!/bin/sh
set -e -u
cp trip.rc "$AUTOPKGTEST_TMP/"
cp debian/tests/tripping.pl "$AUTOPKGTEST_TMP/tripping"
cd "$AUTOPKGTEST_TMP"
chmod u+x tripping
rc -p < trip.rc
