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