]> git.lyx.org Git - lyx.git/blob - src/support/tests/test_lstrings
GuiDocument::onBufferViewChanged(): exit early if dialog is not open
[lyx.git] / src / support / tests / test_lstrings
1 #!/bin/sh
2
3 regfile=`cat ${srcdir}/tests/regfiles/lstrings`
4 output=`./check_lstrings`
5
6 test "$regfile" = "$output"
7 exit $?