projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ca7ae27
)
mintest will pass if I skip the correct number of tests. D'oh!
Nicholas Clark [Wed, 24 Mar 2004 19:15:29 +0000 (19:15 +0000)]
p4raw-id: //depot/perl@22582
t/op/magic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/magic.t
b/t/op/magic.t
index
dda07df
..
1c02b5b
100755
(executable)
--- a/
t/op/magic.t
+++ b/
t/op/magic.t
@@
-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';