diff options
Diffstat (limited to 't/op/assignwarn.t')
-rwxr-xr-x | t/op/assignwarn.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/assignwarn.t b/t/op/assignwarn.t index b95cec51a1..2d05b82289 100755 --- a/t/op/assignwarn.t +++ b/t/op/assignwarn.t @@ -8,7 +8,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } use strict; |