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