A few fixes to get the JSON test working.
[catagits/Gitalist.git] / t / 02git_CollectionOfRepositories_FromDirectory.t
index 41f7699..1a09bf9 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;