#!/bin/bash -e

pkg=wise
if [ "$ADTTMP" = "" ] ; then
  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
fi
cd $ADTTMP
cp /usr/share/doc/wise-data/examples/* $ADTTMP
gunzip *.gz
perl <(sed 1d testman.pl) < short.test
# rm -f $ADTTMP/*
