#!/bin/sh

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

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