lyx_mirror/src/tests/test_ListingsCaption

8 lines
136 B
Plaintext
Raw Normal View History

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