#!/bin/sh

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

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