From 3972a5340b505dee1e143af0c844809d8f45af49 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 18 Mar 2000 20:38:12 +0000 Subject: [PATCH] The #5805 requires a test change, too. p4raw-id: //depot/cfgperl@5807 --- t/op/taint.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/op/taint.t b/t/op/taint.t index 6a9537b..6a5d6b7 100755 --- a/t/op/taint.t +++ b/t/op/taint.t @@ -552,9 +552,9 @@ else { and not tainted $getpwent[3] and not tainted $getpwent[4] and not tainted $getpwent[5] - and tainted $getpwent[6] # gecos + and tainted $getpwent[6] # ge?cos and not tainted $getpwent[7] - and not tainted $getpwent[8]); + and tainted $getpwent[8]); # shell endpwent(); } else { for (142) { print "ok $_ # Skipped: getpwent() is not available\n" } -- 2.7.4