diff options
Diffstat (limited to 'ext/IO/t/io_unix.t')
-rw-r--r-- | ext/IO/t/io_unix.t | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/IO/t/io_unix.t b/ext/IO/t/io_unix.t index 33ee05675b..61ba3635f8 100644 --- a/ext/IO/t/io_unix.t +++ b/ext/IO/t/io_unix.t @@ -1,12 +1,5 @@ #!./perl -BEGIN { - unless(grep /blib/, @INC) { - chdir 't' if -d 't'; - @INC = '../lib'; - } -} - use Config; BEGIN { |