summaryrefslogtreecommitdiff
path: root/t/op/concat2.t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-02-21 14:14:30 +0000
committerNicholas Clark <nick@ccl4.org>2011-02-21 14:14:30 +0000
commitc82d0e1e6a50cf66206d7e33fb271f6ee9f3395b (patch)
tree0d9fe7d03b9335977283e9e50f2b8fa72aaac52e /t/op/concat2.t
parentf977b7bb0e0946aca578868ac597c28bdbc2c2c2 (diff)
downloadperl-c82d0e1e6a50cf66206d7e33fb271f6ee9f3395b.tar.gz
Add skip_all_if_miniperl() to test.pl, and use it in 6 test scripts
All require dynamic loading to work, so all should be skipped under minitest.
Diffstat (limited to 't/op/concat2.t')
-rw-r--r--t/op/concat2.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/concat2.t b/t/op/concat2.t
index d728061a09..2a66c3c07b 100644
--- a/t/op/concat2.t
+++ b/t/op/concat2.t
@@ -9,6 +9,7 @@ BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require './test.pl';
+ skip_all_if_miniperl("no dynamic loading on miniperl, no Encode");
}
plan 1;