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