X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fmda.t;h=dc6916169cbab1c2ba964f87e8048f68a1570f11;hb=6e07def560b211d9a1a3221862e72b7aeb4a31b3;hp=af5e19319ed82cbbc30b687a0a6b92036db261eb;hpb=d55abcc42bde846d9047491125dd2b32645dafd8;p=public-inbox.git diff --git a/t/mda.t b/t/mda.t index af5e1931..dc691616 100644 --- a/t/mda.t +++ b/t/mda.t @@ -298,7 +298,7 @@ Subject: this message will be trained as spam Date: Thu, 01 Jan 1970 00:00:00 +0000 EOF - system(qw(git config --file), $pi_config, "$cfgpfx.listid", $list_id); + xsys(qw(git config --file), $pi_config, "$cfgpfx.listid", $list_id); $? == 0 or die "failed to set listid $?"; my $in = $simple->as_string; ok(run_script(['-mda'], undef, { 0 => \$in }),