X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/44f59ad0511849bbfc4affa2a509dafaf6ce3007..4498dc0f01ccdb0a677dee5cf09e2b9666fa7202:/t/io/shm.t diff --git a/t/io/shm.t b/t/io/shm.t index bcd3da5..bd5fe8a 100644 --- 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'); }