summaryrefslogtreecommitdiff
path: root/t/op/lex_assign.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/lex_assign.t')
-rwxr-xr-xt/op/lex_assign.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t
index 8ca22b0378..e45f8eaba7 100755
--- a/t/op/lex_assign.t
+++ b/t/op/lex_assign.t
@@ -2,7 +2,7 @@
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib';
+ unshift @INC, '../lib';
}
umask 0;