diff options
Diffstat (limited to 'contrib/perl5/t/lib/io_unix.t')
-rwxr-xr-x | contrib/perl5/t/lib/io_unix.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/t/lib/io_unix.t b/contrib/perl5/t/lib/io_unix.t index 247647a..2f6def0 100755 --- a/contrib/perl5/t/lib/io_unix.t +++ b/contrib/perl5/t/lib/io_unix.t @@ -3,7 +3,7 @@ BEGIN { unless(grep /blib/, @INC) { chdir 't' if -d 't'; - unshift @INC, '../lib' if -d '../lib'; + @INC = '../lib'; } } |