]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Mon, 25 Jun 2007 17:10:14 +0000 (17:10 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 25 Jun 2007 17:10:14 +0000 (17:10 +0000)
ext/standard/tests/file/bug41655_1.phpt

index 9338ebd817d0b9137c1359fa39aefb80bca3d2ae..bd67f42f21c39c42c736295f9f4d9eae5b4947f7 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #41655: open_basedir bypass via glob()
+Bug #41655 (open_basedir bypass via glob())
 --INI--
 open_basedir=/tmp
 --FILE--
@@ -7,4 +7,4 @@ open_basedir=/tmp
        $a=glob("./*.jpeg");
 ?>
 --EXPECTF--
-Warning: glob(): open_basedir restriction in effect. File(.) is not within the allowed path(s): (/tmp) in %s on line %d
+Warning: glob(): open_basedir restriction in effect. File(%s.) is not within the allowed path(s): (/tmp) in %s on line %d