mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
regfile=`cat ${srcdir}/tests/regfiles/ListingsCaption`
|
||
|
output=`./check_ListingsCaption`
|
||
|
|
||
|
test "$regfile" = "$output"
|
||
|
exit $?
|