diff options
Diffstat (limited to 'contrib/perl5/t/op/lop.t')
-rwxr-xr-x | contrib/perl5/t/op/lop.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/t/op/lop.t b/contrib/perl5/t/op/lop.t index f15201f..d57271a 100755 --- a/contrib/perl5/t/op/lop.t +++ b/contrib/perl5/t/op/lop.t @@ -6,7 +6,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } print "1..7\n"; |