A few fixes to get the JSON test working.
[catagits/Gitalist.git] / t / 02git_util.t
index 94f82f7..a3fe51b 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;
 
 use Data::Dumper;