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

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