summaryrefslogtreecommitdiff
path: root/t/op/tiehandle.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-02 08:36:04 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-02 20:11:22 -0700
commit43ece5b1252b7eff2edb7ddd890597973f68a388 (patch)
tree0c5fb3733d2ad5334572abc248d1a6b8c3a1604d /t/op/tiehandle.t
parent681e6b63a3b960bd94f8f54f9fc7fa36ad63fff7 (diff)
downloadperl-43ece5b1252b7eff2edb7ddd890597973f68a388.tar.gz
Put miniperl @INC logic in test.pl
Diffstat (limited to 't/op/tiehandle.t')
-rw-r--r--t/op/tiehandle.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/op/tiehandle.t b/t/op/tiehandle.t
index 64bd2e6a54..21f56fcc19 100644
--- a/t/op/tiehandle.t
+++ b/t/op/tiehandle.t
@@ -3,8 +3,7 @@
BEGIN {
chdir 't' if -d 't';
require './test.pl';
- @INC = () unless is_miniperl();
- unshift @INC, qw '../lib ../dist/base/lib';
+ set_up_inc(qw '../lib ../dist/base/lib');
}
my @expect;