diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-02-25 14:59:55 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-03-06 09:13:49 +0000 |
commit | 632e037a5753f74d4e3c88cf452d9953b8579fd3 (patch) | |
tree | d5ee435ec383eb21face7a8676e7980486b006ea /t/uni | |
parent | 164766b20b2667cd7984ecaf094dcaba9a39117f (diff) | |
download | perl-632e037a5753f74d4e3c88cf452d9953b8579fd3.tar.gz |
Skip taint.t and lex_utf8.t under minitest, as both require C<re>.
Diffstat (limited to 't/uni')
-rw-r--r-- | t/uni/lex_utf8.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/uni/lex_utf8.t b/t/uni/lex_utf8.t index 2aa9221a80..a5747cb577 100644 --- a/t/uni/lex_utf8.t +++ b/t/uni/lex_utf8.t @@ -10,6 +10,7 @@ BEGIN { $| = 1; require './test.pl'; + skip_all_if_miniperl("no dynamic loading on miniperl, no re"); } use strict; |