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