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