summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/lib/errno.t
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/t/lib/errno.t')
-rwxr-xr-xcontrib/perl5/t/lib/errno.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/t/lib/errno.t b/contrib/perl5/t/lib/errno.t
index 361723f..6320f6b 100755
--- a/contrib/perl5/t/lib/errno.t
+++ b/contrib/perl5/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';
}
}
OpenPOWER on IntegriCloud