summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-09-21 19:01:22 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-09-21 21:25:42 -0400
commitb51555b9a66d0feaf2f4b7fcaa674a32c2da71b6 (patch)
tree4f84f14283106883578d8ee49e2fc8dec0004ffa /t
parentfba13122524aadfd8f24cf29620e9f86a3c05094 (diff)
downloadperl-b51555b9a66d0feaf2f4b7fcaa674a32c2da71b6.tar.gz
No re module if only miniperl built.
Diffstat (limited to 't')
-rw-r--r--t/re/pat.t1
-rw-r--r--t/uni/lex_utf8.t1
2 files changed, 2 insertions, 0 deletions
diff --git a/t/re/pat.t b/t/re/pat.t
index b87b007573..1a6a48fe57 100644
--- a/t/re/pat.t
+++ b/t/re/pat.t
@@ -18,6 +18,7 @@ BEGIN {
@INC = ('../lib','.','../ext/re');
require Config; import Config;
require './test.pl';
+ skip_all('no re module') unless defined &DynaLoader::boot_DynaLoader;
skip_all_without_unicode_tables();
}
diff --git a/t/uni/lex_utf8.t b/t/uni/lex_utf8.t
index 5391e3c292..5ade6208e0 100644
--- a/t/uni/lex_utf8.t
+++ b/t/uni/lex_utf8.t
@@ -8,6 +8,7 @@ BEGIN {
chdir 't';
@INC = '../lib';
require './test.pl';
+ skip_all('no re module') unless defined &DynaLoader::boot_DynaLoader;
skip_all_without_unicode_tables();
skip_all('EBCDIC') if $::IS_EBCDIC;
}