]> git.lyx.org Git - lyx.git/blob - src/support/tests/test_convert
the convert patch
[lyx.git] / src / support / tests / test_convert
1 #!/bin/bash
2
3 regfile=`cat regfiles/convert`
4 output=`./convert`
5
6 test "$regfile" = "$output"
7 exit $?