summaryrefslogtreecommitdiff
path: root/t/op/lop.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/lop.t')
-rwxr-xr-xt/op/lop.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/lop.t b/t/op/lop.t
index f15201ff09..d57271abd6 100755
--- a/t/op/lop.t
+++ b/t/op/lop.t
@@ -6,7 +6,7 @@
BEGIN {
chdir 't' if -d 't';
- unshift @INC, '../lib';
+ @INC = '../lib';
}
print "1..7\n";