Skip to content

Commit 1c36d38

Browse files
author
foobar
committed
- Fix test: Some people actually use --enable-debug here..
1 parent c18d3b5 commit 1c36d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/cli/tests/015.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo `"$php" --notexisting foo bar baz | grep Usage:`;
1616
echo "Done\n";
1717
?>
1818
--EXPECTF--
19-
PHP %d.%d.%d%s(cli) (built: %s)
19+
PHP %d.%d.%d%s(cli) (built: %s)%s
2020
Array
2121
(
2222
[0] => -
@@ -25,6 +25,6 @@ Array
2525
[3] => baz
2626
)
2727

28-
PHP %d.%d.%d%s(cli) (built: %s)
28+
PHP %d.%d.%d%s(cli) (built: %s)%s
2929
Usage: php [options] [-f] <file> [--] [args...]
3030
Done

0 commit comments

Comments
 (0)