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