]> granicus.if.org Git - php/commitdiff
Broken test when you have a snapshot as it relies on CVS
authorScott MacVicar <scottmac@php.net>
Sat, 9 May 2009 20:18:18 +0000 (20:18 +0000)
committerScott MacVicar <scottmac@php.net>
Sat, 9 May 2009 20:18:18 +0000 (20:18 +0000)
ext/spl/tests/dit_003.phpt

index 7a38e73805cab407cdb876e396a702f8d22cdd8d..4ffc2921e0c45d9df1aac67bcacab105bb2f337a 100755 (executable)
@@ -3,7 +3,7 @@ SPL: FilesystemIterator and foreach
 --FILE--
 <?php
 $count = 0;
-foreach(new FilesystemIterator('CVS') as $ent)
+foreach(new FilesystemIterator(__DIR__) as $ent)
 {
        ++$count;
 }