summaryrefslogtreecommitdiff
path: root/t/io/layers.t
diff options
context:
space:
mode:
Diffstat (limited to 't/io/layers.t')
-rw-r--r--t/io/layers.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/io/layers.t b/t/io/layers.t
index d0b55f1742..55dc2fa06b 100644
--- a/t/io/layers.t
+++ b/t/io/layers.t
@@ -8,8 +8,7 @@ BEGIN {
require './test.pl';
skip_all_without_perlio();
# FIXME - more of these could be tested without Encode or full perl
- skip_all_if_miniperl("no dynamic loading on miniperl, no Encode");
- skip_all_without_extension('Encode');
+ skip_all_without_dynamic_extension('Encode');
# Makes testing easier.
$ENV{PERLIO} = 'stdio' if exists $ENV{PERLIO} && $ENV{PERLIO} eq '';