From 6ca17a6e358b8e17b7267619b7a814490c362d56 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 2 Jan 2002 17:18:52 +0000 Subject: [PATCH] * registry files renamed from .inf to .reg, update test --- pear/tests/pear_registry.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.50.1