]> granicus.if.org Git - php/commitdiff
- MFH: Fixed test (patch by Timm Friebe [thekid@php])
authorFelipe Pena <felipe@php.net>
Sat, 10 Jan 2009 17:07:33 +0000 (17:07 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 10 Jan 2009 17:07:33 +0000 (17:07 +0000)
Zend/tests/bug40236.phpt

index 862eae5a9770e39fa4e5562c2f8cfcf246424700..f9a4277249266c701536874d7640068bdf0c3bea 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--