diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-03-24 19:15:29 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-03-24 19:15:29 +0000 |
commit | 13b238e638f82ea9dd82406b41b94ea2b72b1275 (patch) | |
tree | 05b47fec69c25869446204dc0b1700ddad19d73e /t | |
parent | ca7ae272c37436849b129d53b917f29db94ee48f (diff) | |
download | perl-13b238e638f82ea9dd82406b41b94ea2b72b1275.tar.gz |
mintest will pass if I skip the correct number of tests. D'oh!
p4raw-id: //depot/perl@22582
Diffstat (limited to 't')
-rwxr-xr-x | t/op/magic.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/magic.t b/t/op/magic.t index dda07dfbc9..1c02b5bbad 100755 --- 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'; |