Regenerated README and fixed tests for bootstrapped checkouts.
[catagits/Gitalist.git] / t / opml.t
index 1b8ac02..3f6b92e 100644 (file)
--- a/t/opml.t
+++ b/t/opml.t
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 use FindBin qw/$Bin/;
 BEGIN {
-    my $env = "$FindBin::Bin/script/env";
+    my $env = "$FindBin::Bin/../script/env";
     if (-r $env) {
         do $env or die $@;
     }