* exclude _lastmodified registry attrib from tests

This commit is contained in:
Stig Bakken 2002-05-12 07:08:25 +00:00
parent b3690bbe19
commit 201ec25f42

View file

@ -50,6 +50,7 @@ function dumpall(&$reg)
print $pkg["name"] . ":";
unset($pkg["name"]);
foreach ($pkg as $k => $v) {
if ($k == '_lastmodified') continue;
print " $k=\"$v\"";
}
print "\n";