diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-15 13:38:53 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-15 13:38:53 +0000 |
commit | 6c8794e10b09ca34bc4cba7d181b87e88139b0fb (patch) | |
tree | d0e53d53b5c583e4a980f67dc19f5446b4b67bcf /t/op/taint.t | |
parent | 81f715daf2c37c03f5bb190d30feffc508b4a5e8 (diff) | |
download | perl-6c8794e10b09ca34bc4cba7d181b87e88139b0fb.tar.gz |
Try to future proof the op/taint.
p4raw-id: //depot/perl@17549
Diffstat (limited to 't/op/taint.t')
-rwxr-xr-x | t/op/taint.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/taint.t b/t/op/taint.t index 624d0305e8..ac1cace999 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. } |