defaults use the test setup
Matt S Trout [Sun, 15 Jul 2012 23:03:55 +0000 (23:03 +0000)]
lib/App/EzPz/Web.pm

index 2463657..26c0051 100644 (file)
@@ -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',
   )
 }