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