From: Jarkko Hietaniemi Date: Sun, 29 Nov 1998 20:13:03 +0000 (+0000) Subject: Mirror #2384. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=521ee3dcbbd276cdce57b5fbdebcaaeb63e0b086;p=p5sagit%2Fp5-mst-13.2.git Mirror #2384. p4raw-id: //depot/cfgperl@2396 --- diff --git a/t/op/pwent.t b/t/op/pwent.t index 1dcad26..d562ec3 100755 --- a/t/op/pwent.t +++ b/t/op/pwent.t @@ -78,7 +78,7 @@ foreach (sort keys %seen) { if ($times > 1) { # Multiply defined users are rarely intentional. local $" = ", "; - warn "# User '$_' defined multiple times in $where, lines: @{$seen{$_}}.\n"; + print "# User '$_' defined multiple times in $where, lines: @{$seen{$_}}.\n"; delete $suspect{$_}; } }