Skip to content

Commit

Permalink
* registry files renamed from .inf to .reg, update test
Browse files Browse the repository at this point in the history
  • Loading branch information
stigsb committed Jan 2, 2002
1 parent 7ab86af commit 6ca17a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pear/tests/pear_registry.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function cleanall()
{
$dp = opendir(".");
while ($ent = readdir($dp)) {
if (substr($ent, -4) == ".inf") {
if (substr($ent, -4) == ".reg") {
unlink($ent);
}
}
Expand Down

0 comments on commit 6ca17a6

Please sign in to comment.