Bootstrap test fixes.
[catagits/Gitalist.git] / t / author / notabs.t
index 693e048..004c15f 100644 (file)
@@ -1,3 +1,10 @@
+use FindBin qw/$Bin/;
+BEGIN {
+    my $env = "$FindBin::Bin/../../script/env";
+    if (-r $env) {
+        do $env or die $@;
+    }
+}
 use Test::NoTabs;
 all_perl_files_ok(qw(t lib));