]> git.lyx.org Git - lyx.git/blob - src/frontends/tests/test_biblio
On-screen justification: stretch in proportion with the em, up to a limit
[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 $?