diff options
Diffstat (limited to 't/op/die_exit.t')
-rwxr-xr-x | t/op/die_exit.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/die_exit.t b/t/op/die_exit.t index cb0478b9b2..a389946fe3 100755 --- a/t/op/die_exit.t +++ b/t/op/die_exit.t @@ -7,7 +7,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib' if -e '../lib'; + @INC = '../lib'; } if ($^O eq 'mpeix') { |