]> git.lyx.org Git - lyx.git/blob - src/support/tests/test_filetools
3e67aacec8489ec7252913ff27dd56a947598a3e
[lyx.git] / src / support / tests / test_filetools
1 #!/bin/sh
2
3 regfile=`cat ${srcdir}/regfiles/filetools`
4 output=`./check_filetools`
5
6 test "$regfile" = "$output"
7 exit $?