]> git.lyx.org Git - lyx.git/blob - src/frontends/tests/test_biblio
Disable CheckTeX while buffer is processed
[lyx.git] / src / frontends / tests / test_biblio
1 #!/bin/sh
2
3 regfile=`cat ${srcdir}/tests/regfiles/biblio`
4 output=`./biblio`
5
6 test "$regfile" = "$output"
7 exit $?