X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Flei-up.t;h=fc3691562ceac95d0d478b09a5a43aaddf0d0458;hb=1c52f49354aa83e71fcceccae888da0c77f2391d;hp=6b34774d79da7f6158ff177308ed26078ee1d86c;hpb=a2455c390a80a95b0e36d42a6018a756e301519f;p=public-inbox.git diff --git a/t/lei-up.t b/t/lei-up.t index 6b34774d..fc369156 100644 --- a/t/lei-up.t +++ b/t/lei-up.t @@ -34,6 +34,10 @@ test_lei(sub { open $fh, "$ENV{HOME}/b" or xbail "open: $!"; $uc = do { local $/; <$fh> }; is($uc, $exp, 'uncompressed both match'); + + lei_ok [ qw(up -q), "$ENV{HOME}/b", "--mua=touch $ENV{HOME}/c" ], + undef, { run_mode => 0 }; + ok(-f "$ENV{HOME}/c", '--mua works with single output'); }); done_testing;