From: Jarkko Hietaniemi Date: Sun, 24 Jun 2001 19:43:25 +0000 (+0000) Subject: Relax the group and password tests back to moaning only X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=13280709f35de7368a60751961ed524221ca433a;p=p5sagit%2Fp5-mst-13.2.git Relax the group and password tests back to moaning only if no matches at all are found. (Even with a small sample I could find many sites where there are, umm, anomalies in the said databases.) p4raw-id: //depot/perl@10905 --- diff --git a/t/op/grent.t b/t/op/grent.t index 3ef111d..b20c146 100755 --- a/t/op/grent.t +++ b/t/op/grent.t @@ -120,7 +120,7 @@ endgrent(); print "# max = $max, n = $n, perfect = ", scalar keys %perfect, "\n"; -if (keys %perfect < $n) { +if (keys %perfect == 0) { $max++; print <