Bootstrap test fixes.
[catagits/Gitalist.git] / t / author / notabs.t
1 use FindBin qw/$Bin/;
2 BEGIN {
3     my $env = "$FindBin::Bin/../../script/env";
4     if (-r $env) {
5         do $env or die $@;
6     }
7 }
8 use Test::NoTabs;
9 all_perl_files_ok(qw(t lib));
10