mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-28 12:26:59 +00:00
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
regfile=`cat ${srcdir}/tests/regfiles/trivstring`
|
||
|
output=`./check_trivstring`
|
||
|
|
||
|
test "$regfile" = "$output"
|
||
|
exit $?
|