]> granicus.if.org Git - php/commitdiff
fix test
authorJani Taskinen <jani@php.net>
Thu, 14 Aug 2008 20:51:55 +0000 (20:51 +0000)
committerJani Taskinen <jani@php.net>
Thu, 14 Aug 2008 20:51:55 +0000 (20:51 +0000)
Zend/tests/bug40236.phpt

index 862eae5a9770e39fa4e5562c2f8cfcf246424700..aa032e5c90615adcc2814a3426817dd2940e6ea4 100755 (executable)
@@ -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--