From: Alan Champion Date: Tue, 1 Dec 1998 17:36:33 +0000 (+0200) Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b3b4714657593d43895e4e0673982763593c886;p=p5sagit%2Fp5-mst-13.2.git Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED) To: perlbug@perl.com Message-ID: Skip NIS includes. p4raw-id: //depot/cfgperl@2431 --- diff --git a/t/op/pwent.t b/t/op/pwent.t index d562ec3..4151ef2 100755 --- a/t/op/pwent.t +++ b/t/op/pwent.t @@ -35,6 +35,7 @@ my %seen; while () { chomp; + next if /^\+/; # ignore NIS includes my @s = split /:/; my ($name_s, $passwd_s, $uid_s, $gid_s, $gcos_s, $home_s, $shell_s) = @s; if (@s) {