summaryrefslogtreecommitdiff
path: root/t/op/tiearray.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/tiearray.t')
-rwxr-xr-xt/op/tiearray.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/tiearray.t b/t/op/tiearray.t
index 25fda3fb03..8e78b2f76b 100755
--- a/t/op/tiearray.t
+++ b/t/op/tiearray.t
@@ -3,7 +3,7 @@
BEGIN {
chdir 't' if -d 't';
- unshift @INC, '../lib';
+ @INC = '../lib';
}
my %seen;