summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/op/pwent.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/pwent.t b/t/op/pwent.t
index d562ec3fc4..4151ef26b3 100755
--- a/t/op/pwent.t
+++ b/t/op/pwent.t
@@ -35,6 +35,7 @@ my %seen;
while (<PW>) {
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) {