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