]> granicus.if.org Git - php/commitdiff
MFB: Fixed test for glob() affected by previous patch
authorIlia Alshanetsky <iliaa@php.net>
Thu, 20 Sep 2007 13:29:22 +0000 (13:29 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 20 Sep 2007 13:29:22 +0000 (13:29 +0000)
ext/standard/tests/file/bug41655_1.phpt

index fbf44fcdf93671771f68580deff8addad81f4bae..5534283eb4e014bbd94a1966107f9d075d86e6f6 100644 (file)
@@ -5,6 +5,8 @@ open_basedir=/tmp
 --FILE--
 <?php
        $a=glob("./*.jpeg");
+
+echo "Done\n";
 ?>
---EXPECTF--
-Warning: glob(): open_basedir restriction in effect. File%s.) is not within the allowed path(s): (/tmp) in %s on line %d
+--EXPECT--
+Done
\ No newline at end of file