X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fmda.t;h=99592b2d9e901874f9a271f512c1b943897808e5;hb=fece7fca6aeac74410a813cffcb0da338017d0ed;hp=92e8ad0dbed26c7824490992cc5cabd0fef7a65d;hpb=37724c7e792ca0e1df9f64cfc17cebf7359ca9f0;p=public-inbox.git diff --git a/t/mda.t b/t/mda.t index 92e8ad0d..99592b2d 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),