summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-07-14 19:57:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-14 19:57:54 +0000
commit0304a67eaa5a8d233c4044f6d323d20917601236 (patch)
tree590957d3e67e0547ff65ffdc1097b24da8511e5c /t
parentbe75b15786815a6156474834bcf03091919a84b9 (diff)
downloadperl-0304a67eaa5a8d233c4044f6d323d20917601236.tar.gz
Test skip counter tweak from Craig Berry.
p4raw-id: //depot/perl@17539
Diffstat (limited to 't')
-rwxr-xr-xt/op/taint.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/taint.t b/t/op/taint.t
index 5c58938c50..624d0305e8 100755
--- a/t/op/taint.t
+++ b/t/op/taint.t
@@ -935,7 +935,7 @@ else
test 183, $@ =~ /^Insecure \$ENV/;
}
if ($Is_VMS) {
- for (184..203) {print "not ok $_ # TODO tainted %ENV warning occludes tainted arguments warning\n";}
+ for (184..205) {print "not ok $_ # TODO tainted %ENV warning occludes tainted arguments warning\n";}
}
else
{