This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
44f59ad
)
shm.t: Skip under miniperl
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 15 Sep 2011 01:07:02 +0000
(18:07 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 15 Sep 2011 01:07:02 +0000
(18:07 -0700)
t/io/shm.t
patch
|
blob
|
blame
|
history
diff --git
a/t/io/shm.t
b/t/io/shm.t
index
bcd3da5
..
bd5fe8a
100644
(file)
--- a/
t/io/shm.t
+++ b/
t/io/shm.t
@@
-26,6
+26,9
@@
BEGIN {
if ($ENV{'PERL_CORE'} && $Config{'extensions'} !~ m[\bIPC/SysV\b]) {
plan(skip_all => 'IPC::SysV was not built');
}
+ unless(defined &DynaLoader::boot_DynaLoader) { # miniperl
+ plan(skip_all => 'miniperl');
+ }
if ($Config{'d_shm'} ne 'define') {
plan(skip_all => '$Config{d_shm} undefined');
}