From 6be582b537082df1a6438a02f1b6eba4c84c77e1 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 22 Mar 2008 21:53:11 +0000 Subject: [PATCH] fix test --- ext/phar/tests/include_path.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1