From: Greg Beaver Date: Sat, 22 Mar 2008 21:53:11 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_2_0_0a1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6be582b537082df1a6438a02f1b6eba4c84c77e1;p=php fix test --- diff --git a/ext/phar/tests/include_path.phpt b/ext/phar/tests/include_path.phpt index a0c753ccc6..5f9462c260 100644 --- a/ext/phar/tests/include_path.phpt +++ b/ext/phar/tests/include_path.phpt @@ -30,5 +30,5 @@ test/file1.php Warning: include(file2.php): failed to open stream: No such file or directory in %sinclude_path.php on line %d -Warning: include(): Failed opening 'file2.php' for inclusion (include_path='.:phar:///home/cellog/workspace/php5/ext/phar/tests/tempmanifest1.phar.php/test') in %sinclude_path.php on line %d +Warning: include(): Failed opening 'file2.php' for inclusion (include_path='%sphar://%stempmanifest1.phar.php/test') in %sinclude_path.php on line %d ===DONE=== \ No newline at end of file