summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/lib/io_tell.t
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/t/lib/io_tell.t')
-rwxr-xr-xcontrib/perl5/t/lib/io_tell.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/t/lib/io_tell.t b/contrib/perl5/t/lib/io_tell.t
index 2009d61..8d75242 100755
--- a/contrib/perl5/t/lib/io_tell.t
+++ b/contrib/perl5/t/lib/io_tell.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';
$tell_file = "TEST";
}
else {
OpenPOWER on IntegriCloud