From: Greg Beaver Date: Tue, 16 Jan 2007 03:59:56 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_1_0_0RC1~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e2db1420204ad24aca951d52db6e217df469abb;p=php fix test --- diff --git a/ext/phar/tests/refcount1.phpt b/ext/phar/tests/refcount1.phpt index ef5c1f3da9..a7aa6bef4e 100644 --- a/ext/phar/tests/refcount1.phpt +++ b/ext/phar/tests/refcount1.phpt @@ -39,7 +39,7 @@ include $pname . '/b/c.php'; extra extra -Warning: include(phar:///home/cellog/workspace/pecl/phar/tests/refcount1.phpt.phar.php/b/c.php): failed to open stream: phar error: "b/c.php" is not a file in phar "/home/cellog/workspace/pecl/phar/tests/refcount1.phpt.phar.php" in /home/cellog/workspace/pecl/phar/tests/refcount1.phpt on line %d +Warning: include(phar://%s/b/c.php): failed to open stream: phar error: "b/c.php" is not a file in phar "%s" in %s on line %d -Warning: include(): Failed opening 'phar:///home/cellog/workspace/pecl/phar/tests/refcount1.phpt.phar.php/b/c.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/cellog/workspace/pecl/phar/tests/refcount1.phpt on line %d +Warning: include(): Failed opening 'phar://%s/b/c.php' for inclusion (include_path='%s') in %s on line %d ===DONE===