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 60f5b5a9e1..b1189a0044 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'; - @INC = '../lib' if -d '../lib'; + unshift @INC, '../lib' if -d '../lib'; } } |