projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
81f715d
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/op/taint.t
b/t/op/taint.t
index
624d030
..
ac1cace
100755
(executable)
--- 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.
}