]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/run-tests.sh
PrefLanguageUi.ui: this string was forgotten in r39449
[lyx.git] / 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";