Bootstrap test fixes.
[catagits/Gitalist.git] / t / 02git_tag.t
index 3647cb1..baa9983 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 strict;
 use warnings;
 use Test::More qw/no_plan/;