#!/bin/sh
set -e

# This does not test the accuracy of the code.
# It's just a check of whether it will actually run successfully

cp -r /usr/share/doc/pbhoney/examples/* $ADTTMP

cd $ADTTMP

gunzip *.gz

./workflow.sh
