]> git.lyx.org Git - lyx.git/blob - src/tests/test_ListingsCaption
Fix bug #8814: Ask for place to export a file if it has not
[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 $?