summaryrefslogtreecommitdiff
path: root/t/op/exp.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/exp.t')
-rw-r--r--t/op/exp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/exp.t b/t/op/exp.t
index eb53f1b5eb..5878f4431b 100644
--- a/t/op/exp.t
+++ b/t/op/exp.t
@@ -4,8 +4,8 @@
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib';
require './test.pl';
+ set_up_inc('../lib');
}
use Config;