This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a953d64
)
Mirror #2384.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 29 Nov 1998 20:13:03 +0000
(20:13 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 29 Nov 1998 20:13:03 +0000
(20:13 +0000)
p4raw-id: //depot/cfgperl@2396
t/op/pwent.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/pwent.t
b/t/op/pwent.t
index
1dcad26
..
d562ec3
100755
(executable)
--- 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{$_};
}
}