summaryrefslogtreecommitdiff
path: root/t/uni
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-02 11:41:00 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-02 20:11:24 -0700
commitcb4e26284e0b5007afdb90a6cd8bdacfa27d349c (patch)
treeda79ea0adfadd6682ebdc9117b7bcb896fd14002 /t/uni
parentd8e927e48c57b7d43c18af185a6daadc21e8038c (diff)
downloadperl-cb4e26284e0b5007afdb90a6cd8bdacfa27d349c.tar.gz
Get t/uni/universal.t working under minitest
If things are broken enough that make_ext.pl cannot run, then mini- test may run this script before base.pm is copied into lib/.
Diffstat (limited to 't/uni')
-rw-r--r--t/uni/universal.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/universal.t b/t/uni/universal.t
index c999dd812b..56b41d44d9 100644
--- a/t/uni/universal.t
+++ b/t/uni/universal.t
@@ -5,7 +5,7 @@
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib';
+ @INC = qw '../lib ../dist/base/lib';
$| = 1;
require "./test.pl";
}