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