lyx_mirror/src/frontends/controllers/tests/test_biblio

8 lines
108 B
Plaintext
Raw Normal View History

#!/bin/bash
regfile=`cat ${srcdir}/regfiles/biblio`
output=`./biblio`
test "$regfile" = "$output"
exit $?