diff options
Diffstat (limited to 't/op/lex_assign.t')
-rwxr-xr-x | t/op/lex_assign.t | 2 |
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; |