]> git.lyx.org Git - lyx.git/blob - src/tests/test_ListingsCaption
Pass big parameters by address
[lyx.git] / src / tests / test_ListingsCaption
1 #!/bin/sh
2
3 regfile=`cat ${srcdir}/tests/regfiles/ListingsCaption`
4 output=`./check_ListingsCaption`
5
6 test "$regfile" = "$output"
7 exit $?