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