#!/bin/sh regfile=`cat ${srcdir}/tests/regfiles/ListingsCaption` output=`./check_ListingsCaption` test "$regfile" = "$output" exit $?