diff options
author | Mark Murray <markm@FreeBSD.org> | 2000-06-25 11:04:01 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2000-06-25 11:04:01 +0000 |
commit | 120a02d4f3990e59fba1df18a155ff7233b4d827 (patch) | |
tree | 52ba93338b13aefd02a0055304a9eccfa0e049f5 /contrib/perl5/t/lib/checktree.t | |
parent | 7c312e6b6a7b1f9412f10365baf3c5eca8fa5649 (diff) |
Notes
Diffstat (limited to 'contrib/perl5/t/lib/checktree.t')
-rwxr-xr-x | contrib/perl5/t/lib/checktree.t | 2 |
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"; |