diff options
Diffstat (limited to 't/uni/greek.t')
-rw-r--r-- | t/uni/greek.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/uni/greek.t b/t/uni/greek.t index a1ca3c4a27..1737a679fa 100644 --- a/t/uni/greek.t +++ b/t/uni/greek.t @@ -2,10 +2,9 @@ BEGIN { require './test.pl'; - skip_all_if_miniperl("no dynamic loading on miniperl, no Encode"); + skip_all_without_dynamic_extension('Encode'); skip_all("EBCDIC") if $::IS_EBCDIC; skip_all_without_perlio(); - skip_all_without_extension('Encode'); } plan tests => 72; |