summaryrefslogtreecommitdiff
path: root/t/op/pos.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/pos.t')
-rw-r--r--t/op/pos.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/pos.t b/t/op/pos.t
index 0bc997e855..9d9c3d5058 100644
--- a/t/op/pos.t
+++ b/t/op/pos.t
@@ -2,8 +2,8 @@
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib';
require './test.pl';
+ set_up_inc('../lib');
}
plan tests => 33;