Recovered autotests for *-in.txt tests.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39265 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Tommaso Cucinotta 2011-07-10 00:13:12 +00:00
parent 5e0b52f9f1
commit db592baf0e

View File

@ -91,7 +91,7 @@ for tf in $(echo "$TESTS"); do
rm -rf "out-$t"
mkdir "out-$t"
cd "out-$t"
if "$cmd" > test-log.txt 2>&1; then
if $cmd > test-log.txt 2>&1; then
echo Ok
cd ..
rm -rf "out-$t";