1# Test template
2# Copy into `scripts' directory
3source ../common/common.sh
4set -e
5start_test $1 $2
6
7wd=`pwd`
8
9# Add tests here
10# Checksum format: `md5sum $wd/filename(s) >> $wd/../$2`
11###
12
13
14###
15
16end_test
17