summaryrefslogtreecommitdiff
path: root/t/op/smartmatch.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/smartmatch.t
parent681e6b63a3b960bd94f8f54f9fc7fa36ad63fff7 (diff)
downloadperl-43ece5b1252b7eff2edb7ddd890597973f68a388.tar.gz
Put miniperl @INC logic in test.pl
Diffstat (limited to 't/op/smartmatch.t')
-rw-r--r--t/op/smartmatch.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/op/smartmatch.t b/t/op/smartmatch.t
index 5804c11db7..bbd63725cf 100644
--- a/t/op/smartmatch.t
+++ b/t/op/smartmatch.t
@@ -3,8 +3,7 @@
BEGIN {
chdir 't';
require './test.pl';
- @INC = () unless is_miniperl();
- unshift @INC, '../lib';
+ set_up_inc('../lib');
}
use strict;
use warnings;