diff options
Diffstat (limited to 't/lib/errno.t')
-rwxr-xr-x | t/lib/errno.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/errno.t b/t/lib/errno.t index 361723f1b2..6320f6b236 100755 --- a/t/lib/errno.t +++ b/t/lib/errno.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'; } } |