]> granicus.if.org Git - php/commitdiff
* registry files renamed from .inf to .reg, update test
authorStig Bakken <ssb@php.net>
Wed, 2 Jan 2002 17:18:52 +0000 (17:18 +0000)
committerStig Bakken <ssb@php.net>
Wed, 2 Jan 2002 17:18:52 +0000 (17:18 +0000)
pear/tests/pear_registry.phpt

index 57d24567344019c1959aec076f90394e481f85fe..55af6d3aba70ceb6ef259e515ad7ec201a3fa964 100644 (file)
@@ -36,7 +36,7 @@ function cleanall()
 {
        $dp = opendir(".");
        while ($ent = readdir($dp)) {
-               if (substr($ent, -4) == ".inf") {
+               if (substr($ent, -4) == ".reg") {
                        unlink($ent);
                }
        }