mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
1db9224cff
This is a prerequisite for safe removal of regex::match_partial.
8 lines
142 B
Bash
Executable File
8 lines
142 B
Bash
Executable File
#!/bin/sh
|
|
|
|
regfile=`cat ${srcdir}/tests/regfiles/ExternalTransforms`
|
|
output=`./check_ExternalTransforms`
|
|
|
|
test "$regfile" = "$output"
|
|
exit $?
|