about summary refs log tree commit homepage
path: root/t/mda.t
diff options
context:
space:
mode:
Diffstat (limited to 't/mda.t')
-rw-r--r--t/mda.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/mda.t b/t/mda.t
index 3cab590b..1be41bcb 100644
--- a/t/mda.t
+++ b/t/mda.t
@@ -38,7 +38,7 @@ my $mime;
 
         my %cfg = (
                 "$cfgpfx.address" => $addr,
-                "$cfgpfx.mainrepo" => $maindir,
+                "$cfgpfx.inboxdir" => $maindir,
         );
         while (my ($k,$v) = each %cfg) {
                 is(0, system(qw(git config --file), $pi_config, $k, $v),