summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/test.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test.pl b/t/test.pl
index 21bf1d2cdb..d83f69bc32 100644
--- a/t/test.pl
+++ b/t/test.pl
@@ -129,6 +129,7 @@ sub skip_all_without_dynamic_extension {
warn "test.pl had problems loading Config: $@";
return;
}
+ $extension =~ s!::!/!g;
return if ($Config::Config{extensions} =~ /\b$extension\b/);
skip_all("$extension was not built");
}