From: Matt S Trout Date: Sun, 15 Jul 2012 23:03:55 +0000 (+0000) Subject: defaults use the test setup X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FApp-EzPz.git;a=commitdiff_plain;h=3b6386269fd72f3e4d032427090789fee16d2e6a defaults use the test setup --- diff --git a/lib/App/EzPz/Web.pm b/lib/App/EzPz/Web.pm index 2463657..26c0051 100644 --- a/lib/App/EzPz/Web.pm +++ b/lib/App/EzPz/Web.pm @@ -23,9 +23,9 @@ sub _build_users { sub default_config { ( - htpasswd_file => 'test-config/htpasswd', - ezmlm_bindir => 'test-ezmlm/bin', - list_base_dir => 'test-lists', + htpasswd_file => 'test-setup/lists/htpasswd', + ezmlm_bindir => 'test-setup/ezmlm/bin', + list_base_dir => 'test-setup/lists', ) }