]> granicus.if.org Git - php/commitdiff
fix test (thanks to Felipe Pena for noticing)
authorAntony Dovgal <tony2001@php.net>
Thu, 15 Nov 2007 22:14:04 +0000 (22:14 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 15 Nov 2007 22:14:04 +0000 (22:14 +0000)
ext/standard/tests/file/bug41655_2.phpt

index 23086661f6072aeb4ece2177c16a7e0e28aaffeb..d406f1ba0404b8187fdb7c3a0745988970b5c536 100644 (file)
@@ -5,13 +5,11 @@ open_basedir=/
 --FILE--
 <?php
        $dir = dirname(__FILE__);
-       $a=glob($dir . "/bug41655*.*");
+       $a=glob($dir . "/test.*");
        print_r($a);
 ?>
 --EXPECTF--
 Array
 (
-    [0] => %sbug41655_1.phpt
-    [1] => %sbug41655_2.php
-    [2] => %sbug41655_2.phpt
+    [0] => %stest.csv
 )