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