This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip t/uni/variables.t in absence of Unicode tables
authorFather Chrysostomos <sprout@cpan.org>
Tue, 2 Sep 2014 18:41:38 +0000 (11:41 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 3 Sep 2014 03:11:24 +0000 (20:11 -0700)
If things are broken enough that make_ext.pl cannot run, then mini-
test may run this script before the Unicode tables are built.

As of 2db3e09128, attempts to load Unicode tables under miniperl croak
instead of failing silently.

t/uni/variables.t

index d802a0a..23d3503 100644 (file)
@@ -5,6 +5,7 @@
 
 BEGIN {
     require './test.pl';
+    skip_all_without_unicode_tables();
 }
 
 use 5.016;