X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fmda.t;h=c5b35eec21cf40d30a5c0dc2abc829afab7b05d5;hb=8b06cda3a3af3f0e88b599a01f03edb7fec4f2c4;hp=c7caf3e0cca455e3eb40088492b62f26f167ecc4;hpb=dc93c36eb62d36e649b9500b7f190687a3fbcffd;p=public-inbox.git diff --git a/t/mda.t b/t/mda.t index c7caf3e0..c5b35eec 100644 --- a/t/mda.t +++ b/t/mda.t @@ -261,7 +261,7 @@ Subject: this message will be trained as spam Date: Thu, 01 Jan 1970 00:00:00 +0000 EOF - xsys(qw(git config --file), $pi_config, "$cfgpfx.listid", $list_id); + xsys(qw(git config --file), $pi_config, "$cfgpfx.listid", uc $list_id); $? == 0 or die "failed to set listid $?"; ok(run_script(['-mda'], undef, { 0 => \$in }), 'mda OK with List-Id match');