A few fixes to get the JSON test working.
[catagits/Gitalist.git] / t / 03legacy_uri.t
index 839d794..ff3609d 100644 (file)
@@ -1,5 +1,6 @@
 #!/usr/bin/env perl
 use FindBin qw/$Bin/;
+BEGIN { do "$FindBin::Bin/../script/env" or die $@ }
 use lib "$Bin/lib";
 use TestGitalist qw/request curry_test_uri done_testing ok is $TODO/;