From 8533e37d0cd65aa34390c6c2bfe30ace72de30a7 Mon Sep 17 00:00:00 2001 From: Eyal Teutsch Date: Sun, 26 Dec 2010 09:47:50 +0000 Subject: [PATCH] using PWD which is supported by run-tests.php, rather than $cwd --- ext/phar/tests/cached_manifest_1.phpt | 2 +- ext/phar/tests/cached_manifest_1U.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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--