lyx_mirror/src/support/tests/test_filetools
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
124 B
Bash
Executable File

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