summaryrefslogtreecommitdiff
path: root/t/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/test.pl')
-rw-r--r--t/test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/test.pl b/t/test.pl
index 34150aacb2..21bf1d2cdb 100644
--- a/t/test.pl
+++ b/t/test.pl
@@ -122,8 +122,9 @@ sub skip_all_if_miniperl {
skip_all(@_) if is_miniperl();
}
-sub skip_all_without_extension {
+sub skip_all_without_dynamic_extension {
my $extension = shift;
+ skip_all("no dynamic loading on miniperl, no $extension") if is_miniperl();
unless (eval {require Config; 1}) {
warn "test.pl had problems loading Config: $@";
return;