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