#!/bin/sh

set -e
cp -av dpuser/test/* $ADTTMP
cd $ADTTMP
echo @testsuite.dpuser | dpuser | tee test.log
fgrep -q CONGRATULATIONS test.log
