]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/mda.t
config: support "inboxdir" in addition to "mainrepo"
[public-inbox.git] / t / mda.t
diff --git a/t/mda.t b/t/mda.t
index 3cab590b78f9a9d2728c213706bc229e3ba81aad..1be41bcb34b67b5c4e246666527e331b7953faa8 100644 (file)
--- 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),