From: Eyal Teutsch Date: Sun, 26 Dec 2010 09:47:50 +0000 (+0000) Subject: using PWD which is supported by run-tests.php, rather than $cwd X-Git-Tag: php-5.4.0alpha1~191^2~459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8533e37d0cd65aa34390c6c2bfe30ace72de30a7;p=php using PWD which is supported by run-tests.php, rather than $cwd --- diff --git a/ext/phar/tests/cached_manifest_1.phpt b/ext/phar/tests/cached_manifest_1.phpt index f6bd90339a..af58523e7b 100644 --- a/ext/phar/tests/cached_manifest_1.phpt +++ b/ext/phar/tests/cached_manifest_1.phpt @@ -6,7 +6,7 @@ if (!extension_loaded("phar")) die("skip"); if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required"); ?> --INI-- -phar.cache_list={$cwd}/files/nophar.phar +phar.cache_list={PWD}/files/nophar.phar --FILE-- --INI-- -phar.cache_list={$cwd}/files/nophar.phar +phar.cache_list={PWD}/files/nophar.phar --FILE--