#!/bin/sh

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

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