summaryrefslogtreecommitdiff
path: root/t/lib/errno.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/errno.t')
-rwxr-xr-xt/lib/errno.t2
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';
}
}