]> git.lyx.org Git - features.git/commitdiff
Recovered autotests for *-in.txt tests.
authorTommaso Cucinotta <tommaso@lyx.org>
Sun, 10 Jul 2011 00:13:12 +0000 (00:13 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Sun, 10 Jul 2011 00:13:12 +0000 (00:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39265 a592a061-630c-0410-9148-cb99ea01b6c8

development/autotests/run-tests.sh

index f61cc6e12805d0a466769ee4379ccd1b1b7dc0b4..b1ddf6ea0c9e298d0e177495f16f3de60e9f4f4c 100755 (executable)
@@ -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";