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