mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 02:35:20 +00:00
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
regfile=`cat ${srcdir}/tests/regfiles/Length`
|
||
|
output=`./check_Length`
|
||
|
|
||
|
test "$regfile" = "$output"
|
||
|
exit $?
|