From 78fcdd0a29fca73602a8dde0b10865023794f6df Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Wed, 6 Sep 2006 16:20:53 +0200 Subject: [PATCH] Run PHP4 tests with -q, to avoid trying to diff non-XML. --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.sh b/tests/test.sh index 269f2f8..14f26a9 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -12,7 +12,7 @@ for L in $LANGUAGES; do perl -I../perl ../perl/$T.pl > $TEMPFILE fi if [ "$L" = "php" ]; then - php4-cgi ../php/$T.php > $TEMPFILE + php4-cgi -q ../php/$T.php > $TEMPFILE fi if [ "$L" = "python" ]; then python ../python/$T.py > $TEMPFILE -- 2.39.5