#!/bin/sh
set -e
# t/common.pl reads from ./data and writes into ./temp. The easiest solution
# is to copy the tests into a writable directory and execute the from there.
DIR=/tmp/tmp.u5wOWQHswS
pushd ""
cp -a /usr/libexec/perl-LDAP/* ./
prove -I .
popd
rm -rf ""
