From: Jarkko Hietaniemi Date: Sun, 14 Jul 2002 19:57:54 +0000 (+0000) Subject: Test skip counter tweak from Craig Berry. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0304a67eaa5a8d233c4044f6d323d20917601236;p=p5sagit%2Fp5-mst-13.2.git Test skip counter tweak from Craig Berry. p4raw-id: //depot/perl@17539 --- diff --git a/t/op/taint.t b/t/op/taint.t index 5c58938..624d030 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 {