summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/006.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-12-04 17:48:52 +0000
committerAntony Dovgal <tony2001@php.net>2006-12-04 17:48:52 +0000
commit459564e2d248307c0eb53b88f182aff18a274e9b (patch)
tree4812aa3ad8e25898e12baefa244ee16cb16fd4f2 /sapi/cli/tests/006.phpt
parentf7bc5165025959d91cd1dd686c8190464c61169d (diff)
downloadphp-git-459564e2d248307c0eb53b88f182aff18a274e9b.tar.gz
fix tests
Diffstat (limited to 'sapi/cli/tests/006.phpt')
-rw-r--r--sapi/cli/tests/006.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt
index 6e830183c6..71c08a53ce 100644
--- a/sapi/cli/tests/006.phpt
+++ b/sapi/cli/tests/006.phpt
@@ -7,8 +7,8 @@ show information about extension
$php = $_ENV['TEST_PHP_EXECUTABLE'];
-var_dump(`$php --re unknown`);
-var_dump(`$php --re ""`);
+var_dump(`$php -n --re unknown`);
+var_dump(`$php -n --re ""`);
var_dump(`$php -n --re date`);
echo "Done\n";