From: Stig Bakken Date: Wed, 2 Jan 2002 17:18:52 +0000 (+0000) Subject: * registry files renamed from .inf to .reg, update test X-Git-Tag: PRE_ISSET_PATCH~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ca17a6e358b8e17b7267619b7a814490c362d56;p=php * registry files renamed from .inf to .reg, update test --- diff --git a/pear/tests/pear_registry.phpt b/pear/tests/pear_registry.phpt index 57d2456734..55af6d3aba 100644 --- a/pear/tests/pear_registry.phpt +++ b/pear/tests/pear_registry.phpt @@ -36,7 +36,7 @@ function cleanall() { $dp = opendir("."); while ($ent = readdir($dp)) { - if (substr($ent, -4) == ".inf") { + if (substr($ent, -4) == ".reg") { unlink($ent); } }