#!/bin/sh
set -C -e -f -u

cp -a testsuite "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
ln -s /bin/ed
./testsuite/check.sh testsuite installed
