summaryrefslogtreecommitdiff
path: root/t/comp/utf.t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-05-30 13:11:41 +0000
committerNicholas Clark <nick@ccl4.org>2004-05-30 13:11:41 +0000
commitec721aa4475fcfe0f8cec81d05a08171757de199 (patch)
tree443fe473cdcbf4ad387a6f2f8039c00d233f0831 /t/comp/utf.t
parent9adebda4fef8cbc5965f9327c10fca15b814f305 (diff)
downloadperl-ec721aa4475fcfe0f8cec81d05a08171757de199.tar.gz
Skip in minitest
p4raw-id: //depot/perl@22866
Diffstat (limited to 't/comp/utf.t')
-rw-r--r--t/comp/utf.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/comp/utf.t b/t/comp/utf.t
index d2037a2b58..ff2b4997b9 100644
--- a/t/comp/utf.t
+++ b/t/comp/utf.t
@@ -7,6 +7,10 @@ BEGIN {
print "1..0 # Skip: not perlio\n";
exit 0;
}
+ if ($ENV{PERL_CORE_MINITEST}) {
+ print "1..0 # Skip: no dynamic loading on miniperl, no threads\n";
+ exit 0;
+ }
}
require "./test.pl";