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