summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-14 20:51:55 +0000
committerJani Taskinen <jani@php.net>2008-08-14 20:51:55 +0000
commitf8c748af56ef999f94a424a8d408f08c410fc576 (patch)
tree167356b3247acfe6c84cd2d175e8c17bde071d48
parent13dff7488993df10563353ae3f4bd4f517dce3e6 (diff)
downloadphp-git-f8c748af56ef999f94a424a8d408f08c410fc576.tar.gz
fix test
-rwxr-xr-xZend/tests/bug40236.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug40236.phpt b/Zend/tests/bug40236.phpt
index 862eae5a97..aa032e5c90 100755
--- a/Zend/tests/bug40236.phpt
+++ b/Zend/tests/bug40236.phpt
@@ -8,7 +8,7 @@ if (extension_loaded("readline")) die("skip Test doesn't support readline");
--FILE--
<?php
$php = getenv('TEST_PHP_EXECUTABLE');
-$cmd = "$php -d memory_limit=4M -a ".dirname(__FILE__)."/bug40236.inc";
+$cmd = "$php -n -d memory_limit=4M -a ".dirname(__FILE__)."/bug40236.inc";
echo `$cmd`;
?>
--EXPECTF--