From: foobar Date: Wed, 28 Mar 2007 12:25:33 +0000 (+0000) Subject: - Fix test: Some people actually use --enable-debug here.. X-Git-Tag: php-5.2.2RC1~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c36d38891253b556998db18cca6ac01781c9ba0;p=php - Fix test: Some people actually use --enable-debug here.. --- diff --git a/sapi/cli/tests/015.phpt b/sapi/cli/tests/015.phpt index e5c0ab0259..ac407a6ef3 100644 --- a/sapi/cli/tests/015.phpt +++ b/sapi/cli/tests/015.phpt @@ -16,7 +16,7 @@ echo `"$php" --notexisting foo bar baz | grep Usage:`; echo "Done\n"; ?> --EXPECTF-- -PHP %d.%d.%d%s(cli) (built: %s) +PHP %d.%d.%d%s(cli) (built: %s)%s Array ( [0] => - @@ -25,6 +25,6 @@ Array [3] => baz ) -PHP %d.%d.%d%s(cli) (built: %s) +PHP %d.%d.%d%s(cli) (built: %s)%s Usage: php [options] [-f] [--] [args...] Done