]> git.lyx.org Git - features.git/commitdiff
Fix layout tests for autotools
authorGeorg Baum <baum@lyx.org>
Thu, 23 May 2013 20:00:56 +0000 (22:00 +0200)
committerGeorg Baum <baum@lyx.org>
Thu, 23 May 2013 20:00:56 +0000 (22:00 +0200)
This part was forgotten in 6f16814d3b9f.

src/tests/test_layout

index 02431ea1c77f2acedd48cad9e09d2cb4915b1c7c..d82c48eb24ff542b70e115a2f6e04e519139d5ca 100755 (executable)
@@ -6,7 +6,7 @@ do
        echo Testing $i...
        dn=`dirname $i`
        bn=`basename $i .layout`
-       if ! ./check_Layout ${dn}/${bn}; then
+       if ! ./check_layout ${dn}/${bn}; then
                retval=1
        fi
 done