This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
[perl5.git] / t / lib / checktree.t
CommitLineData
1a3850a5
GA
1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
93430cb4 5 unshift @INC, '../lib';
1a3850a5
GA
6}
7
8print "1..1\n";
9
10use File::CheckTree;
11
12# We assume that we run from the perl "t" directory.
13
14validate q{
15 lib -d || die
16 lib/checktree.t -f || die
17};
18
19print "ok 1\n";