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