summaryrefslogtreecommitdiff
path: root/t/op
diff options
context:
space:
mode:
Diffstat (limited to 't/op')
-rwxr-xr-xt/op/pwent.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/pwent.t b/t/op/pwent.t
index 1365588004..4316b17028 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{$_};
}
}