A few fixes to get the JSON test working.
[catagits/Gitalist.git] / t / 02git_Repository.t
index bf4791b..5119932 100644 (file)
@@ -1,6 +1,7 @@
+use FindBin qw/$Bin/;
+BEGIN { do "$FindBin::Bin/../script/env" or die $@ }
 use strict;
 use warnings;
-use FindBin qw/$Bin/;
 use Test::More qw/no_plan/;
 use Test::Exception;
 use Test::utf8;