Relax the group and password tests back to moaning only
[p5sagit/p5-mst-13.2.git] / t / op / grent.t
index 211dc91..b20c146 100755 (executable)
@@ -67,7 +67,10 @@ my $tst = 1;
 my %perfect;
 my %seen;
 
+print "# where $where\n";
+
 setgrent();
+
 while (<GR>) {
     chomp;
     # LIMIT -1 so that groups with no users don't fall off
@@ -115,6 +118,8 @@ while (<GR>) {
 
 endgrent();
 
+print "# max = $max, n = $n, perfect = ", scalar keys %perfect, "\n";
+
 if (keys %perfect == 0) {
     $max++;
     print <<EOEX;