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