lyx_mirror/src/frontends/tests/test_biblio
Jean-Marc Lasgouttes 8aa1bf1f5c fix the make check machinery. The support/filetools check fails, but the problem is in the test itself
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23847 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-20 10:04:55 +00:00

8 lines
112 B
Bash
Executable File

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