using PWD which is supported by run-tests.php, rather than $cwd

This commit is contained in:
Eyal Teutsch 2010-12-26 09:47:50 +00:00
parent d88a9a3f80
commit 8533e37d0c
2 changed files with 2 additions and 2 deletions

View File

@ -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--
<?php
$pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';

View File

@ -6,7 +6,7 @@ if (!extension_loaded("phar")) die("skip");
if (version_compare(PHP_VERSION, "6.0", "<")) die("skip Unicode support required");
?>
--INI--
phar.cache_list={$cwd}/files/nophar.phar
phar.cache_list={PWD}/files/nophar.phar
--FILE--
<?php
$pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';