#!/bin/sh

regfile=`cat ${srcdir}/regfiles/convert`
output=`./convert`

test "$regfile" = "$output"
exit $?
