diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-14 19:57:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-14 19:57:54 +0000 |
commit | 0304a67eaa5a8d233c4044f6d323d20917601236 (patch) | |
tree | 590957d3e67e0547ff65ffdc1097b24da8511e5c /t | |
parent | be75b15786815a6156474834bcf03091919a84b9 (diff) | |
download | perl-0304a67eaa5a8d233c4044f6d323d20917601236.tar.gz |
Test skip counter tweak from Craig Berry.
p4raw-id: //depot/perl@17539
Diffstat (limited to 't')
-rwxr-xr-x | t/op/taint.t | 2 |
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 { |