Regenerated README and fixed tests for bootstrapped checkouts.
[catagits/Gitalist.git] / t / app-mech-rootpage.t
index 7d99e0d..0bba4f4 100644 (file)
@@ -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 $@;
     }