Test skip counter tweak from Craig Berry.
Jarkko Hietaniemi [Sun, 14 Jul 2002 19:57:54 +0000 (19:57 +0000)]
p4raw-id: //depot/perl@17539

t/op/taint.t

index 5c58938..624d030 100755 (executable)
@@ -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 
 {