diff options
author | Jani Taskinen <jani@php.net> | 2008-08-14 20:51:55 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2008-08-14 20:51:55 +0000 |
commit | f8c748af56ef999f94a424a8d408f08c410fc576 (patch) | |
tree | 167356b3247acfe6c84cd2d175e8c17bde071d48 | |
parent | 13dff7488993df10563353ae3f4bd4f517dce3e6 (diff) | |
download | php-git-f8c748af56ef999f94a424a8d408f08c410fc576.tar.gz |
fix test
-rwxr-xr-x | Zend/tests/bug40236.phpt | 2 |
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-- |