]> git.sesse.net Git - xml-template/blobdiff - tests/test.sh
Fix an error in test.sh.
[xml-template] / 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