]> git.lyx.org Git - lyx.git/blob - test_trivstring
6e57bb1e62f41b1f4416bda6fc0629d59f60f97f
[lyx.git] / test_trivstring
1 #!/bin/sh
2
3 regfile=`cat ${srcdir}/tests/regfiles/trivstring`
4 output=`./check_trivstring`
5
6 test "$regfile" = "$output"
7 exit $?