mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-16 16:18:22 +00:00
025a200c03
* src/support/tests/test_convert: Change shell from bash to sh * src/support/tests/test_filetools: ditto * src/support/tests/test_lstrings: ditto * src/frontends/controllers/tests/test_biblio: ditto git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14468 a592a061-630c-0410-9148-cb99ea01b6c8
8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
regfile=`cat ${srcdir}/regfiles/filetools`
|
|
output=`./filetools`
|
|
|
|
test "$regfile" = "$output"
|
|
exit $?
|