]> git.lyx.org Git - lyx.git/blob - src/tests/test_ExternalTransforms
Fix assertion when checking if change in selection
[lyx.git] / src / tests / test_ExternalTransforms
1 #!/bin/sh
2
3 regfile=`cat ${srcdir}/tests/regfiles/ExternalTransforms`
4 output=`./check_ExternalTransforms`
5
6 test "$regfile" = "$output"
7 exit $?