]> git.sesse.net Git - xml-template/commitdiff
Fix an error in test.sh.
authorsgunderson@bigfoot.com <>
Wed, 6 Sep 2006 14:17:59 +0000 (16:17 +0200)
committersgunderson@bigfoot.com <>
Wed, 6 Sep 2006 14:17:59 +0000 (16:17 +0200)
tests/test.sh

index bbd9ccf4b15993968c69a3d169328db91def4fa0..59ce37fea83bc451e69aafda137712137aa997b0 100755 (executable)
@@ -14,7 +14,7 @@ for L in $LANGUAGES; do
                if [ "$L" = "php" ]; then
                        php4-cgi ../php/$T.php > $TEMPFILE
                fi
-               if [ "$L" = "php" ]; then
+               if [ "$L" = "python" ]; then
                        python ../python/$T.py > $TEMPFILE
                fi