#!/bin/sh

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