summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2007-03-28 12:25:33 +0000
committerfoobar <sniper@php.net>2007-03-28 12:25:33 +0000
commit1c36d38891253b556998db18cca6ac01781c9ba0 (patch)
tree14286c259968033b2066b77c73075085801ed112
parentc18d3b56e7cd208d5ec1c2fffb7ef786bbc3b677 (diff)
downloadphp-git-1c36d38891253b556998db18cca6ac01781c9ba0.tar.gz
- Fix test: Some people actually use --enable-debug here..
-rw-r--r--sapi/cli/tests/015.phpt4
1 files changed, 2 insertions, 2 deletions
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] <file> [--] [args...]
Done