From: Jarkko Hietaniemi Date: Mon, 15 Jul 2002 13:38:53 +0000 (+0000) Subject: Try to future proof the op/taint. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c8794e10b09ca34bc4cba7d181b87e88139b0fb;p=p5sagit%2Fp5-mst-13.2.git Try to future proof the op/taint. p4raw-id: //depot/perl@17549 --- diff --git a/t/op/taint.t b/t/op/taint.t index 624d030..ac1cace 100755 --- a/t/op/taint.t +++ b/t/op/taint.t @@ -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. }