This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9adebda
)
Skip in minitest
author
Nicholas Clark
<nick@ccl4.org>
Sun, 30 May 2004 13:11:41 +0000
(13:11 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 30 May 2004 13:11:41 +0000
(13:11 +0000)
p4raw-id: //depot/perl@22866
t/comp/utf.t
patch
|
blob
|
blame
|
history
diff --git
a/t/comp/utf.t
b/t/comp/utf.t
index
d2037a2
..
ff2b499
100644
(file)
--- 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";