mintest will pass if I skip the correct number of tests. D'oh!
authorNicholas Clark <nick@ccl4.org>
Wed, 24 Mar 2004 19:15:29 +0000 (19:15 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 24 Mar 2004 19:15:29 +0000 (19:15 +0000)
p4raw-id: //depot/perl@22582

t/op/magic.t

index dda07df..1c02b5b 100755 (executable)
@@ -349,7 +349,7 @@ else {
 }
 
 if ($Is_miniperl) {
-    skip ("miniperl can't rely on loading %Errno");
+    skip ("miniperl can't rely on loading %Errno") for 1..2;
 } else {
    no warnings 'void';