Try to future proof the op/taint.
Jarkko Hietaniemi [Mon, 15 Jul 2002 13:38:53 +0000 (13:38 +0000)]
p4raw-id: //depot/perl@17549

t/op/taint.t

index 624d030..ac1cace 100755 (executable)
@@ -970,4 +970,6 @@ else
     test 204, $@ eq '';
     eval { exec("lskdfj does not exist","with","args"); };
     test 205, $@ eq '';
+
+    # If you add tests here update also the above skip block for VMS.
 }