summaryrefslogtreecommitdiff
path: root/contrib/perl5/t/lib/checktree.t
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-06-25 11:04:01 +0000
committerMark Murray <markm@FreeBSD.org>2000-06-25 11:04:01 +0000
commit120a02d4f3990e59fba1df18a155ff7233b4d827 (patch)
tree52ba93338b13aefd02a0055304a9eccfa0e049f5 /contrib/perl5/t/lib/checktree.t
parent7c312e6b6a7b1f9412f10365baf3c5eca8fa5649 (diff)
Notes
Diffstat (limited to 'contrib/perl5/t/lib/checktree.t')
-rwxr-xr-xcontrib/perl5/t/lib/checktree.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/t/lib/checktree.t b/contrib/perl5/t/lib/checktree.t
index b5426ca261e70..760357529bdeb 100755
--- a/contrib/perl5/t/lib/checktree.t
+++ b/contrib/perl5/t/lib/checktree.t
@@ -2,7 +2,7 @@
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib';
+ unshift @INC, '../lib';
}
print "1..1\n";