Make starting gitalist pointed at somewhere settable from an environment variable...
[catagits/Gitalist.git] / t / 01app.t
index a39a128..cd20afe 100644 (file)
--- a/t/01app.t
+++ b/t/01app.t
@@ -6,6 +6,7 @@ use FindBin qw/$Bin/;
 
 BEGIN {
     $ENV{GITALIST_CONFIG} = $Bin;
+    $ENV{GITALIST_REPO_DIR} = undef;
     use_ok 'Catalyst::Test', 'Gitalist'
 }