]> 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:09 +0000 (17:07 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 10 Jan 2009 17:07:09 +0000 (17:07 +0000)
Zend/tests/bug40236.phpt

index aa032e5c90615adcc2814a3426817dd2940e6ea4..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 -n -d memory_limit=4M -a ".dirname(__FILE__)."/bug40236.inc";
+$cmd = "\"$php\" -n -d memory_limit=4M -a \"".dirname(__FILE__)."\"/bug40236.inc";
 echo `$cmd`;
 ?>
 --EXPECTF--