[PATCH t/op/taint.t] remove possible false positive
[p5sagit/p5-mst-13.2.git] / t / op / taint.t
index 7c83019..63fc32e 100755 (executable)
@@ -16,7 +16,7 @@ use strict;
 use Config;
 
 my $test = 177;
-sub ok {
+sub ok ($;$) {
     my($ok, $name) = @_;
 
     # You have to do it this way or VMS will get confused.